Skip to content

Commit e527295

Browse files
version bump for release 0.0.15
1 parent 6f9b83b commit e527295

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

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

3+
## 0.0.15 (2021-10-19)
4+
* optional dependency `tenacity` updated to latest
5+
* documentation improvements
6+
*
37
## 0.0.14 (2021-10-04)
48
* fixes the bug where guaranteed stop loss was replaced with a normal stop loss on working order update (#224)
59
* legacy 'setup.py' style project config files removed

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.14"
3+
version = "0.0.15"
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>"]

trading_ig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__copyright__ = "Copyright 2015-2021"
44
__credits__ = [""]
55
__license__ = "BSD"
6-
__version__ = "0.0.14"
6+
__version__ = "0.0.15"
77
__maintainer__ = "Andy Geach"
88
__status__ = "Development"
99
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 commit comments

Comments
 (0)