Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Jun 8, 2021
1 parent 9478d6a commit 5298d06
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.1.2] - 2021-06-08

### Fixed

- `binance` `create_margin_order` fixed to work properly with `time in force` for both market and limit orders

## [5.1.1] - 2021-05-26

### Fixed
Expand Down Expand Up @@ -163,7 +169,8 @@ bitvavo.enums.CandelstickInterval -> bitvavo.enums.CandlestickInterval

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.1...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.2...HEAD
[5.1.2]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.1...5.1.2
[5.1.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.0...5.1.1
[5.1.0]: https://github.com/nardew/cryptoxlib-aio/compare/5.0.0...5.1.0
[5.0.0]: https://github.com/nardew/cryptoxlib-aio/compare/4.1.0...5.0.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.1.1
# cryptoxlib-aio 5.1.2

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

0 comments on commit 5298d06

Please sign in to comment.