File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " trading-ig"
3- version = " 0.0.22 "
3+ version = " 0.0.23 "
44description = " A lightweight Python wrapper for the IG Markets API"
55authors = [" Femto Trader <femto.trader@gmail.com>" , " Andy Geach <andy@bugorfeature.net>" ]
66maintainers = [" 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" ,
You can’t perform that action at this time.
0 commit comments