Skip to content

Commit 5cff557

Browse files
New version for release
1 parent ebc33c1 commit 5cff557

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

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

3+
## 0.0.11
4+
* code samples improved, new FAQ
5+
* Adds support for update open position v2
6+
* new function to calculate mid prices for historic data
7+
* Adds support for getting and updating account prefs
8+
* Adds support for `/markets` endpoint for getting details of multiple markets
9+
* new sample script to traverse navigation tree and get epics, new FAQ
10+
311
## 0.0.10
412

513
* simplified request headers: `requests.Session` now handles persistence

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.10"
3+
version = "0.0.11"
44
description = "A lightweight wrapper for the IG Markets API written in Python"
55
authors = ["Femto Trader <[email protected]>"]
66
maintainers = ["Andy Geach <[email protected]>"]

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

0 commit comments

Comments
 (0)