Skip to content

Commit 6237d2e

Browse files
Version bump for release
1 parent 12bfbd1 commit 6237d2e

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.md

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

3+
## 0.0.9
4+
5+
* integration and unit tests improved
6+
* remove reference to adapter (#190)
7+
* pandas 1.2.0 (#184)
8+
* paged historical data can be captured with one request (#183)
9+
* paging fixed for historical data (#175)
10+
* error fixed when closing stream (#174)
11+
312
## 0.0.8
413

514
* docs restructured and reintegrated with readthedocs.io

trading_ig/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__author__ = "Femto Trader"
22
__author_email__ = "[email protected]"
3-
__copyright__ = "Copyright 2015-2020"
3+
__copyright__ = "Copyright 2015-2021"
44
__credits__ = [""]
55
__license__ = "BSD"
6-
__version__ = "0.0.8"
6+
__version__ = "0.0.9"
77
__maintainer__ = "Andy Geach"
88
__status__ = "Development"
99
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 commit comments

Comments
 (0)