Skip to content

Commit

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

## 0.0.16 (2022-01-01)
* fix for http error 405 response from IG when confirming deal (PR#237)
* updating Poetry for automated testing
* removing some unused legacy project config
* removing support for unsupported Python 3.6, adding 3.10
* better handling and docs for optional dependencies (#216, #240)
* fixing occasional KeyError when deleting session headers (#238)

## 0.0.15 (2021-10-19)
* optional dependency `tenacity` updated to latest
* documentation improvements
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.15"
version = "0.0.16"
description = "A lightweight Python wrapper for the IG Markets API"
authors = ["Femto Trader <[email protected]>"]
maintainers = ["Andy Geach <[email protected]>"]
Expand Down

0 comments on commit 09dfb04

Please sign in to comment.