Skip to content

Commit

Permalink
New version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jul 19, 2021
1 parent ebc33c1 commit 5cff557
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 0.0.11
* code samples improved, new FAQ
* Adds support for update open position v2
* new function to calculate mid prices for historic data
* Adds support for getting and updating account prefs
* Adds support for `/markets` endpoint for getting details of multiple markets
* new sample script to traverse navigation tree and get epics, new FAQ

## 0.0.10

* simplified request headers: `requests.Session` now handles persistence
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.10"
version = "0.0.11"
description = "A lightweight wrapper for the IG Markets API written in Python"
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.10"
__version__ = "0.0.11"
__maintainer__ = "Andy Geach"
__status__ = "Development"
__url__ = "https://github.com/ig-python/ig-markets-api-python-library"

0 comments on commit 5cff557

Please sign in to comment.