Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Oct 5, 2020
1 parent 6b2f188 commit ca6b11b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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.6.1] - 2020-10-05

### Fixed

- `bitpanda` websocket order API supports missing `time_in_force` and `is_post_only` attributes

## [3.6.0] - 2020-09-15

### Added
Expand Down Expand Up @@ -75,7 +81,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.6.0...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/3.6.1...HEAD
[3.6.1]: https://github.com/nardew/cryptoxlib-aio/compare/3.6.0...3.6.1
[3.6.0]: https://github.com/nardew/cryptoxlib-aio/compare/3.5.0...3.6.0
[3.5.0]: https://github.com/nardew/cryptoxlib-aio/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/nardew/cryptoxlib-aio/compare/3.3.0...3.4.0
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cryptoxlib-aio 3.6.0
# cryptoxlib-aio 3.6.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,10 +8,9 @@

---

### What's new in version 3.6.0
### What's new in version 3.6.1

- dead man's switch supported in `bitpanda`
- support for Python 3.6 (>=3.6.1)
- `bitpanda` websocket order API supports missing `time_in_force` and `is_post_only` attributes

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

0 comments on commit ca6b11b

Please sign in to comment.