Skip to content

Commit 09dfb04

Browse files
version bump for release 0.0.16
1 parent 400f7ba commit 09dfb04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

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

3+
## 0.0.16 (2022-01-01)
4+
* fix for http error 405 response from IG when confirming deal (PR#237)
5+
* updating Poetry for automated testing
6+
* removing some unused legacy project config
7+
* removing support for unsupported Python 3.6, adding 3.10
8+
* better handling and docs for optional dependencies (#216, #240)
9+
* fixing occasional KeyError when deleting session headers (#238)
10+
311
## 0.0.15 (2021-10-19)
412
* optional dependency `tenacity` updated to latest
513
* documentation improvements

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.15"
3+
version = "0.0.16"
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)