Skip to content

Commit

Permalink
update version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dextertd committed Oct 7, 2022
1 parent 27a9f16 commit 7b9402e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ All notable changes to this project will be documented in this file.
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).

## [2.4.1] - 2022-10-07
- See below release candidates for further changes.

## Fixed
- Wrong endpoint path in `usdc_perpetual.py`
- Wrong endpoint path in `account_asset.py`


## [2.4.0rc1] - 2022-09-20
### Fixed
- USDC API's timestamp parameter


## [2.4.0rc0] - 2022-09-15
### Modified
- The way in which the WebSocket handles errors, improving general usage and debugging (tracebacks) as well as clearly defining under which errors should the WebSocket attempt reconnection.
Expand Down
2 changes: 1 addition & 1 deletion pybit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from json.decoder import JSONDecodeError

# Versioning.
VERSION = '2.4.0rc1'
VERSION = '2.4.1'


class HTTP:
Expand Down
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='2.4.0rc1',
version='2.4.1',
description='Python3 Bybit HTTP/WebSocket API Connector',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 7b9402e

Please sign in to comment.