Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Update of documentation (#8)
Browse files Browse the repository at this point in the history
* Update README.md

* Update of changelog
  • Loading branch information
nardew authored Mar 29, 2020
1 parent a170375 commit ac286de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 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]

## [2.0.1] - 2020-03-29

### Changed

- Update of documentation

## [2.0.0] - 2020-02-20

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

- __Important!!!__ REST response body is not returned as a string anymore but as a dictionary instead. If you did `json.loads(response['response'])` before, now use only `response['response']`.

[Pending release]: https://github.com/nardew/bitpanda-aio/compare/2.0.0...HEAD
[Pending release]: https://github.com/nardew/bitpanda-aio/compare/2.0.1...HEAD
[2.0.1]: https://github.com/nardew/bitpanda-aio/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/nardew/bitpanda-aio/compare/1.1.0...2.0.0
[1.1.0]: https://github.com/nardew/bitpanda-aio/compare/1.0.2...1.1.0
[1.0.2]: https://github.com/nardew/bitpanda-aio/compare/1.0.1...1.0.2
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# bitpanda-aio 2.0.0
# bitpanda-aio 2.0.1

**Announcement:**`bitpanda-aio` has been replaced by a new library [`cryptolib-aio`](https://github.com/nardew/cryptolib-aio). `cryptolib-aio` offers the very same functionality as `bitpanda-aio` but on top it provides access to multiple cryptoexchanges and other (mostly technical) new features. You can keep using `bitpanda-aio` but please note no new features/bugfixes will be implemented. We recommend to migrate to `cryptolib-aio`.

----

[![](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-365/) [![](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-374/)

Expand Down Expand Up @@ -178,4 +182,4 @@ If you feel you want to get in touch, then please

### Affiliation

In case you are interested in asynchronous clients for other exchanges, pay a visit to my other libraries [binance-aio](https://github.com/nardew/binance-aio) or [bitforex-aio](https://github.com/nardew/bitforex-aio). In case you are interested in an automated trading bot, check out [creten](https://github.com/nardew/creten).
In case you are interested in an automated trading bot, check out our other project [creten](https://github.com/nardew/creten).
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="bitpanda-aio",
version="2.0.0",
version="2.0.1",
author="nardew",
author_email="[email protected]",
description="Bitpanda Global Exchange API asynchronous python client",
Expand Down

0 comments on commit ac286de

Please sign in to comment.