Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Nov 22, 2021
1 parent fe05c59 commit a25aed3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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.2.2] - 2021-11-22

### Added

- `binance`'s `cancel_all_open_orders(...)` added to spot

## [5.2.1] - 2021-10-07

### Added
Expand Down Expand Up @@ -210,7 +216,8 @@ bitvavo.enums.CandelstickInterval -> bitvavo.enums.CandlestickInterval

The official release of `cryptoxlib-aio`.

[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.1...HEAD
[Pending release]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.2...HEAD
[5.2.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.1...5.2.2
[5.2.1]: https://github.com/nardew/cryptoxlib-aio/compare/5.2.0...5.2.1
[5.2.0]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.6...5.2.0
[5.1.6]: https://github.com/nardew/cryptoxlib-aio/compare/5.1.5...5.1.6
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.2.1
# cryptoxlib-aio 5.2.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
1 change: 1 addition & 0 deletions cryptoxlib/clients/binance/BinanceClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ async def cancel_all_open_orders(self, pair: Pair, recv_window_ms: int = None) -
"recvWindow": recv_window_ms,
"timestamp": self._get_current_timestamp_ms()
})

return await self._create_delete("openOrders", params = params, headers = self._get_header(),
signed = True, api_variable_path = BinanceClient.API_V3)

Expand Down

0 comments on commit a25aed3

Please sign in to comment.