From d36e4357f2a695b1ca750d301d0f14f215934a83 Mon Sep 17 00:00:00 2001 From: Andy Geach Date: Wed, 6 Dec 2023 14:59:58 +0000 Subject: [PATCH] version bump for release 0.0.22 --- CHANGES.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 622341b..1ac75e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5a66ac0..b86d7a0 100644 --- a/pyproject.toml +++ b/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 ", "Andy Geach "] maintainers = ["Andy Geach "]