From 763b6420e66d15e375ce175e4b7c44247120d7b2 Mon Sep 17 00:00:00 2001 From: Lee Unsworth Date: Tue, 22 Oct 2024 18:55:58 +0100 Subject: [PATCH 1/5] Bumps betfairlightweight version --- HISTORY.rst | 7 +++++++ requirements.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2b88f386..11b19bf8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) +++++++++++++++++++ diff --git a/requirements.txt b/requirements.txt index db62741a..39b858cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 From 57f1e14dd74ea3bf59e1beedfbc2cd957619a5d7 Mon Sep 17 00:00:00 2001 From: Lee Unsworth Date: Wed, 23 Oct 2024 11:14:07 +0100 Subject: [PATCH 2/5] Run tests From 9ac35f2dc795e912df075537002613eb519c543f Mon Sep 17 00:00:00 2001 From: Lee Unsworth Date: Wed, 23 Oct 2024 11:29:40 +0100 Subject: [PATCH 3/5] Updates version --- flumine/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flumine/__version__.py b/flumine/__version__.py index 878c52e5..241596e0 100644 --- a/flumine/__version__.py +++ b/flumine/__version__.py @@ -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" From 31839adf5ecafa6b36fd41e49004ed7478f2e182 Mon Sep 17 00:00:00 2001 From: Lee Unsworth Date: Wed, 23 Oct 2024 13:58:41 +0100 Subject: [PATCH 4/5] Updates bflw versions --- pyproject.toml | 2 +- requirements-speed.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abfd62dd..630bd6f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements-speed.txt b/requirements-speed.txt index 37410d38..3fe841ac 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1 +1 @@ -betfairlightweight[speed]==2.20.3 +betfairlightweight[speed]==2.20.4 From 5242b959d47cc346dc4ce3c729b8e1c2eafad2b0 Mon Sep 17 00:00:00 2001 From: Lee Unsworth Date: Wed, 23 Oct 2024 13:59:10 +0100 Subject: [PATCH 5/5] Updates bflw versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 630bd6f0..1a4b9329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",