Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Mar 14, 2021
1 parent 407b198 commit 552d8bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 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]

## [3.8.1] - 2021-03-14

### Added

- following ticker calls added to the `bitvavo` client: `get_24h_price_ticker`, `get_price_ticker`.

## [3.8.0] - 2021-02-28

### Added
Expand Down Expand Up @@ -93,7 +99,8 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/3.8.0...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/3.8.1...HEAD
[3.8.1]: https://github.com/nardew/cryptoxlib-aio/compare/3.8.0...3.8.1
[3.8.0]: https://github.com/nardew/cryptoxlib-aio/compare/3.7.0...3.8.0
[3.7.0]: https://github.com/nardew/cryptoxlib-aio/compare/3.6.1...3.7.0
[3.6.1]: https://github.com/nardew/cryptoxlib-aio/compare/3.6.0...3.6.1
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cryptoxlib-aio 3.8.0
# cryptoxlib-aio 3.8.1

![](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)

Expand All @@ -8,9 +8,9 @@

---

### What's new in version 3.8.0
### What's new in version 3.8.1

- `eterbase` exchange added
- new price tickers added to `bitvavo`

For the full history of changes see [CHANGELOG](https://github.com/nardew/cryptoxlib-aio/blob/master/CHANGELOG.md).

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="3.8.0",
version="3.8.1",
author="nardew",
author_email="cryptoxlib.aio@gmail.com",
description="Cryptoexchange asynchronous python client",
Expand Down

0 comments on commit 552d8bd

Please sign in to comment.