Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit b577c8a

Browse files
Merge pull request #41 from verata-veritatis/MJ
modified: CHANGELOG.md
2 parents ef66693 + 0da3e53 commit b577c8a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [1.1.19] - 2021-06-15
8+
9+
### Added
10+
11+
- Added some logic to decide if there is 'order_book' in order book snapshot push for websocket
712

813
## [1.1.18] - 2020-03-23
914

pybit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from json.decoder import JSONDecodeError
3636

3737
# Versioning.
38-
VERSION = '1.1.18'
38+
VERSION = '1.1.19'
3939

4040

4141
class HTTP:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='pybit',
11-
version='1.1.18',
11+
version='1.1.19',
1212
description='Python3 Bybit HTTP/WebSocket API Connector',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)