Skip to content

Commit

Permalink
version bump for release 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Dec 6, 2023
1 parent b19f0c9 commit d36e435
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## 0.0.22 (2023-12-06)
* add support for 'time_in_force' parameter (Issue #303, PR #303)
* add ability to handle KYC errors (Issue #261, PR #307)
* new 'streamer' classes and functions for easier interaction with Streaming API
* handling of invalid token errors
* docs improvements

## 0.0.21 (2023-09-01)
* Black entire codebase
* Black added to CI pipeline
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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>"]
Expand Down

0 comments on commit d36e435

Please sign in to comment.