Skip to content

Commit a8e8d72

Browse files
authored
v2.0.0rc2 release (#188)
1 parent 4351a6e commit a8e8d72

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.0rc2 - 2022-11-29
4+
5+
### Changed
6+
- Update version name as hyphens are not recommended.
7+
38
## 2.0.0-rc1 - 2022-11-29
49

510
### Added

binance/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-rc1"
1+
__version__ = "2.0.0rc2"

docs/source/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
2.0.0rc2 - 2022-11-29
6+
---------------------
7+
8+
Changed
9+
^^^^^^^
10+
* Update version name as hyphens are not recommended.
11+
512
2.0.0-rc1 - 2022-11-29
613
----------------------
714

0 commit comments

Comments
 (0)