Skip to content

Commit

Permalink
Bump to 0.9.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pantunes committed Dec 12, 2022
1 parent 4462c41 commit 9a9055f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog
All changes will be registered here per release.

## [0.9.1] - Current date

## [0.9.0] - Current date
Fix Liquid fetched pairs, as they were removed.
Remove Binance pair `USDC / USDT`.
Decrease pooling time of `ORDER_BOOK_SCHEDULE` due to Binance restrictions.

## [0.8.9] - 2022-07-16
Added endpoint `GET /tokens/ticker/<pair>/last`.
Expand Down
2 changes: 1 addition & 1 deletion xtcryptosignals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__maintainer__ = "Paulo Antunes"
__email__ = "pjmlantunes@gmail.com"

__version__ = "0.9.0rc"
__version__ = "0.9.0"

0 comments on commit 9a9055f

Please sign in to comment.