Skip to content

Commit 212ffba

Browse files
version bump for release 0.0.13
1 parent b824541 commit 212ffba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

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

3+
## 0.0.13 (2021-10-02)
4+
* switch accounts bug fixed (#220)
5+
* coverage badge and report added
6+
* Sphinx is now a development dependency (#228)
7+
* test improvements
8+
39
## 0.0.12 (2021-07-28)
410
* uses Poetry to publish to [Python Package Index](https://pypi.org/)
511

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.12"
3+
version = "0.0.13"
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.12"
6+
__version__ = "0.0.13"
77
__maintainer__ = "Andy Geach"
88
__status__ = "Development"
99
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 commit comments

Comments
 (0)