Skip to content

Commit

Permalink
version bump for release 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jan 26, 2022
1 parent 8970726 commit 32fa6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes

## 0.0.17 (2022-01-26)
* added an optional rate limiter, with leaky bucket algo (PR#243)

## 0.0.16 (2022-01-01)
* fix for http error 405 response from IG when confirming deal (PR#237)
* updating Poetry for automated testing
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.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>"]
Expand Down

0 comments on commit 32fa6d0

Please sign in to comment.