Skip to content

Commit

Permalink
Version bump due to new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed May 31, 2022
1 parent ad459eb commit e9c60f3
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.2.3] - 2022-05-31

### Fixed

- `PyJWT` version bumped

## [5.2.2] - 2021-11-22

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

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.2...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.3...HEAD
[5.2.3]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.2...5.2.3
[5.2.2]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.1...5.2.2
[5.2.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.0...5.2.1
[5.2.0]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.6...5.2.0
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.2.2
# cryptoxlib-aio 5.2.3

![](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.2.2",
version="5.2.3",
author="nardew",
author_email="[email protected]",
description="Cryptoexchange asynchronous python client",
Expand Down

0 comments on commit e9c60f3

Please sign in to comment.