Skip to content

Commit 32fa6d0

Browse files
version bump for release 0.0.17
1 parent 8970726 commit 32fa6d0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release notes
22

3+
## 0.0.17 (2022-01-26)
4+
* added an optional rate limiter, with leaky bucket algo (PR#243)
5+
36
## 0.0.16 (2022-01-01)
47
* fix for http error 405 response from IG when confirming deal (PR#237)
58
* updating Poetry for automated testing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "trading_ig"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "A lightweight Python wrapper for the IG Markets API"
55
authors = ["Femto Trader <femto.trader@gmail.com>"]
66
maintainers = ["Andy Geach <andy@bugorfeature.net>"]

0 commit comments

Comments
 (0)