Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Aug 23, 2021
1 parent 56081db commit 44ceb1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

## [Pending release]

## [5.1.6] - 2021-08-23

### Fixed

- `binance` `get_all_open_orders` call for futures can be invoked without any symbol provided

## [5.1.5] - 2021-06-30

### Fixed
Expand Down Expand Up @@ -192,7 +198,8 @@ bitvavo.enums.CandelstickInterval -> bitvavo.enums.CandlestickInterval

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.5...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.6...HEAD
[5.1.6]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.5...5.1.6
[5.1.5]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.4...5.1.5
[5.1.4]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.3...5.1.4
[5.1.3]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.2...5.1.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cryptoxlib-aio 5.1.5
# cryptoxlib-aio 5.1.6

![](https://img.shields.io/badge/python-3.6-blue.svg) ![](https://img.shields.io/badge/python-3.7-blue.svg) ![](https://img.shields.io/badge/python-3.8-blue.svg) ![](https://img.shields.io/badge/python-3.9-blue.svg)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="cryptoxlib-aio",
version="5.1.5",
version="5.1.6",
author="nardew",
author_email="cryptoxlib.aio@gmail.com",
description="Cryptoexchange asynchronous python client",
Expand Down

0 comments on commit 44ceb1f

Please sign in to comment.