Skip to content

Commit

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

## [Pending release]

## [5.1.5] - 2021-06-30

### Fixed

- `binance` account websockets renew listen key every 30 minutes
- `binance` websockets send technical ping every 30 seconds

## [5.1.4] - 2021-06-26

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

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.4...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.5...HEAD
[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
[5.1.2]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.1...5.1.2
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.4
# cryptoxlib-aio 5.1.5

![](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.4",
version="5.1.5",
author="nardew",
author_email="cryptoxlib.aio@gmail.com",
description="Cryptoexchange asynchronous python client",
Expand Down

0 comments on commit 9fd5847

Please sign in to comment.