Skip to content

Commit 3d8446d

Browse files
version bump for release 0.0.23
1 parent 5a5d33b commit 3d8446d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release notes
22

3+
## 0.0.23 (2026-02-02)
4+
* Skip test where munch needed, if not imported (PR #360)
5+
* Better support for recent pandas (PR #347)
6+
* CI updates (PR #351)
7+
* added feature to request repeat dealing window for traded epics (PR #350)
8+
* Bump min Python version to 3.9
9+
* add readthedocs config
10+
* add a sample jupyter notebook for REST api
11+
* StreamingManager now supports a user defined timeout length to be set on method ticker() (PR #322)
12+
* support added for streaming ClientListeners (PR #368)
13+
314
## 0.0.22 (2023-12-06)
415
* add support for 'time_in_force' parameter (Issue #303, PR #303)
516
* add ability to handle KYC errors (Issue #261, PR #307)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trading-ig"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
description = "A lightweight Python wrapper for the IG Markets API"
55
authors = ["Femto Trader <femto.trader@gmail.com>", "Andy Geach <andy@bugorfeature.net>"]
66
maintainers = ["Andy Geach <andy@bugorfeature.net>"]
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
2425
"Topic :: Scientific/Engineering",
2526
"Topic :: Software Development :: Libraries",
2627
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)