Skip to content

Commit

Permalink
version bump for release 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Jan 5, 2023
1 parent 407c4b1 commit 3b265ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 0.0.19 (2023-01-05)
* fix for 'ValueError: columns cannot be a set' error with pandas 1.5.2+ (PR#267)
* fetch_historical_prices*() methods improvements (Issue #272)
* remove requirements status badge (Issue #259)
* publish with API token (Issue #260)
* specify importlib-metadata version to prevent flake8 problems with python 3.7
* updating github actions to latest versions

## 0.0.18 (2022-08-23)
* better fix for http error 405 when confirming deal (PR#256)
* fix use of forceOpen param when opening a new position (PR#250)
Expand Down Expand Up @@ -107,4 +115,4 @@

## 0.0.6

* initial / undocumented
* initial / undocumented
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.18"
version = "0.0.19"
description = "A lightweight Python wrapper for the IG Markets API"
authors = ["Femto Trader <[email protected]>", "Andy Geach <[email protected]>"]
maintainers = ["Andy Geach <[email protected]>"]
Expand Down

0 comments on commit 3b265ba

Please sign in to comment.