We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19f0c9 commit d36e435Copy full SHA for d36e435
2 files changed
CHANGES.md
@@ -1,5 +1,12 @@
1
# Release notes
2
3
+## 0.0.22 (2023-12-06)
4
+* add support for 'time_in_force' parameter (Issue #303, PR #303)
5
+* add ability to handle KYC errors (Issue #261, PR #307)
6
+* new 'streamer' classes and functions for easier interaction with Streaming API
7
+* handling of invalid token errors
8
+* docs improvements
9
+
10
## 0.0.21 (2023-09-01)
11
* Black entire codebase
12
* Black added to CI pipeline
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trading-ig"
-version = "0.0.21"
+version = "0.0.22"
description = "A lightweight Python wrapper for the IG Markets API"
authors = ["Femto Trader <femto.trader@gmail.com>", "Andy Geach <andy@bugorfeature.net>"]
maintainers = ["Andy Geach <andy@bugorfeature.net>"]
0 commit comments