Skip to content

Commit

Permalink
Merge pull request #771 from lunswor/bump-bflw
Browse files Browse the repository at this point in the history
Bumps betfairlightweight version
  • Loading branch information
liampauling authored Oct 23, 2024
2 parents cd5b228 + 5242b95 commit 419533c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Release History
---------------

2.6.5 (2024-10-23)
+++++++++++++++++++

**Libraries**

- betfairlightweight upgraded to 2.20.4

2.6.4 (2024-10-03)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion flumine/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "flumine"
__description__ = "Betting trading framework"
__url__ = "https://github.com/betcode-org/flumine"
__version__ = "2.6.4"
__version__ = "2.6.5"
__author__ = "Liam Pauling"
__license__ = "MIT"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"betfairlightweight==2.20.3",
"betfairlightweight==2.20.4",
"tenacity>=7.0.0,<8.3.1",
"python-json-logger==2.0.7",
"requests",
Expand All @@ -32,7 +32,7 @@ dynamic = ["version"]

[project.optional-dependencies]
speed = [
"betfairlightweight[speed]==2.20.3"
"betfairlightweight[speed]==2.20.4"
]
test = [
"black==24.8.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-speed.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
betfairlightweight[speed]==2.20.3
betfairlightweight[speed]==2.20.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
betfairlightweight==2.20.3
betfairlightweight==2.20.4
tenacity>=7.0.0,<8.3.1
python-json-logger==2.0.7
requests
Expand Down

0 comments on commit 419533c

Please sign in to comment.