Skip to content

Commit

Permalink
Merge pull request #207 from bybit-exchange/update_changelog
Browse files Browse the repository at this point in the history
update version & changelog
  • Loading branch information
dextertd authored Apr 11, 2024
2 parents 65d6da4 + 3135e68 commit 867ee0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [5.7.0] - 2024-04-11
### Added
- [Demo Trading](https://bybit-exchange.github.io/docs/v5/demo) support
- Add methods for the [Institutional Loan](https://bybit-exchange.github.io/docs/v5/otc/margin-product-info) endpoints
- Add [Account](https://bybit-exchange.github.io/docs/v5/account/wallet-balance) methods `repay_liability()`, `set_collateral_coin()`, `batch_set_collateral_coin()`
- `tld` arg for users in The Netherlands and Hong Kong
- `tld` arg for users in The Netherlands and Hong Kong for `HTTP` sessions

### Fixed
- Options WebSocket failing to maintain connection (#164)

- Options WebSocket failing to maintain connection (https://github.com/bybit-exchange/pybit/issues/164)


## [5.6.1] - 2023-10-09
Expand Down
2 changes: 1 addition & 1 deletion pybit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "5.6.1"
VERSION = "5.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pybit',
version='5.6.1',
version='5.7.0',
description='Python3 Bybit HTTP/WebSocket API Connector',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 867ee0f

Please sign in to comment.