We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8970726 commit 32fa6d0Copy full SHA for 32fa6d0
2 files changed
CHANGES.md
@@ -1,5 +1,8 @@
1
# Release notes
2
3
+## 0.0.17 (2022-01-26)
4
+* added an optional rate limiter, with leaky bucket algo (PR#243)
5
+
6
## 0.0.16 (2022-01-01)
7
* fix for http error 405 response from IG when confirming deal (PR#237)
8
* updating Poetry for automated testing
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trading_ig"
-version = "0.0.16"
+version = "0.0.17"
description = "A lightweight Python wrapper for the IG Markets API"
authors = ["Femto Trader <femto.trader@gmail.com>"]
maintainers = ["Andy Geach <andy@bugorfeature.net>"]
0 commit comments