Skip to content

Commit

Permalink
version bump for release 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Oct 19, 2021
1 parent 6f9b83b commit e527295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Release notes

## 0.0.15 (2021-10-19)
* optional dependency `tenacity` updated to latest
* documentation improvements
*
## 0.0.14 (2021-10-04)
* fixes the bug where guaranteed stop loss was replaced with a normal stop loss on working order update (#224)
* legacy 'setup.py' style project config files removed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "trading_ig"
version = "0.0.14"
version = "0.0.15"
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
2 changes: 1 addition & 1 deletion trading_ig/version.py
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "Copyright 2015-2021"
__credits__ = [""]
__license__ = "BSD"
__version__ = "0.0.14"
__version__ = "0.0.15"
__maintainer__ = "Andy Geach"
__status__ = "Development"
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 comments on commit e527295

Please sign in to comment.