Skip to content

Commit

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

## 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

## 0.0.13 (2021-10-02)
* switch accounts bug fixed (#220)
* coverage badge and report added
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.13"
version = "0.0.14"
description = "A lightweight Python wrapper for the IG Markets API"
authors = ["Femto Trader <[email protected]>"]
maintainers = ["Andy Geach <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion trading_ig/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "Copyright 2015-2021"
__credits__ = [""]
__license__ = "BSD"
__version__ = "0.0.13"
__version__ = "0.0.14"
__maintainer__ = "Andy Geach"
__status__ = "Development"
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 comments on commit 8aafd5a

Please sign in to comment.