Skip to content

Commit

Permalink
Slack link expires
Browse files Browse the repository at this point in the history
orjson upgraded to 3.9.9
black upgraded to 23.10.0
  • Loading branch information
liampauling committed Nov 6, 2023
1 parent 56ffb60 commit 38dd47c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Release History
---------------

2.19.1 (2023-11-06)
+++++++++++++++++++

**Improvements**

- Slack link expires

**Dependencies**

- orjson upgraded to 3.9.9
- black upgraded to 23.10.0

2.19.0 (2023-10-04)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lightweight, super fast (uses C and Rust libraries) pythonic wrapper for [Betfai

[docs](https://betcode-org.github.io/betfair/)

[join betcode slack group](https://join.slack.com/t/betcode-org/shared_invite/zt-h0ato238-PPbfU_T7Ji0ORjz0ESIJkg)
[join betcode slack group](https://join.slack.com/t/betcode-org/shared_invite/zt-25yz6dt1y-LHya5VzHLOzN3RZEQrSnrA)

Currently tested on Python 3.8, 3.9, 3.10 and 3.11.

Expand Down
2 changes: 1 addition & 1 deletion betfairlightweight/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "betfairlightweight"
__description__ = "Lightweight python wrapper for Betfair API-NG"
__url__ = "https://github.com/betcode-org/betfair"
__version__ = "2.19.0"
__version__ = "2.19.1"
__author__ = "Liam Pauling"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Please try the following channels for any support:

- [Betfair Developer Support](https://docs.developer.betfair.com/display/1smk3cen4v3lu3yomq5qye0ni/Developer+Support)
- [Slack Group](https://join.slack.com/t/betcode-org/shared_invite/zt-h0ato238-PPbfU_T7Ji0ORjz0ESIJkg) for any help in using the library
- [Slack Group](https://join.slack.com/t/betcode-org/shared_invite/zt-25yz6dt1y-LHya5VzHLOzN3RZEQrSnrA) for any help in using the library
- [API Status](https://status.developer.betfair.com/) if things don't seem to be working
2 changes: 1 addition & 1 deletion requirements-speed.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ciso8601==2.3.0
orjson==3.9.7
orjson==3.9.9
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tests & Linting
black==23.7.0
black==23.10.0
coverage

# Documentation
Expand Down

0 comments on commit 38dd47c

Please sign in to comment.