File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " trading_ig"
3- version = " 0.0.15 "
3+ version = " 0.0.16 "
44description = " A lightweight Python wrapper for the IG Markets API"
55authors = [" Femto Trader <femto.trader@gmail.com>" ]
66maintainers = [" Andy Geach <andy@bugorfeature.net>" ]
You can’t perform that action at this time.
0 commit comments