Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Mar 19, 2021
1 parent 12bfbd1 commit 6237d2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes

## 0.0.9

* integration and unit tests improved
* remove reference to adapter (#190)
* pandas 1.2.0 (#184)
* paged historical data can be captured with one request (#183)
* paging fixed for historical data (#175)
* error fixed when closing stream (#174)

## 0.0.8

* docs restructured and reintegrated with readthedocs.io
Expand Down
4 changes: 2 additions & 2 deletions trading_ig/version.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__author__ = "Femto Trader"
__author_email__ = "[email protected]"
__copyright__ = "Copyright 2015-2020"
__copyright__ = "Copyright 2015-2021"
__credits__ = [""]
__license__ = "BSD"
__version__ = "0.0.8"
__version__ = "0.0.9"
__maintainer__ = "Andy Geach"
__status__ = "Development"
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 comments on commit 6237d2e

Please sign in to comment.