Skip to content

Commit c81b560

Browse files
version bump for release 0.0.18
1 parent 26f2f3e commit c81b560

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.md

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

3+
## 0.0.18 (2022-08-23)
4+
* better fix for http error 405 when confirming deal (PR#256)
5+
* fix use of forceOpen param when opening a new position (PR#250)
6+
37
## 0.0.17 (2022-01-26)
48
* added an optional rate limiter, with leaky bucket algo (PR#243)
59

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ See also
7777
Credits
7878
-------
7979

80-
Created by Femto Trader, Lewis Barber, Sudipta Basak
80+
Created by Femto Trader, Lewis Barber, Sudipta Basak, Andy Geach
8181

8282
Maintained by Andy Geach

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tool.poetry]
22
name = "trading_ig"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "A lightweight Python wrapper for the IG Markets API"
5-
authors = ["Femto Trader <femto.trader@gmail.com>"]
5+
authors = ["Femto Trader <femto.trader@gmail.com>", "Andy Geach <andy@bugorfeature.net>"]
66
maintainers = ["Andy Geach <andy@bugorfeature.net>"]
77
license = "BSD-3-Clause"
88
readme = "README.rst"

0 commit comments

Comments
 (0)