From 5298d062f1aed8edebff8d41ca928ee131987a9e Mon Sep 17 00:00:00 2001 From: nardew <28791551+nardew@users.noreply.github.com> Date: Tue, 8 Jun 2021 17:05:13 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- setup.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f9aaf..5b4830c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index 5ad2d82..7c9e621 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 76af9cc..d827d55 100644 --- a/setup.py +++ b/setup.py @@ -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",