Skip to content

Commit d36e435

Browse files
version bump for release 0.0.22
1 parent b19f0c9 commit d36e435

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

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+
310
## 0.0.21 (2023-09-01)
411
* Black entire codebase
512
* Black added to CI pipeline

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trading-ig"
3-
version = "0.0.21"
3+
version = "0.0.22"
44
description = "A lightweight Python wrapper for the IG Markets API"
55
authors = ["Femto Trader <[email protected]>", "Andy Geach <[email protected]>"]
66
maintainers = ["Andy Geach <[email protected]>"]

0 commit comments

Comments
 (0)