Skip to content

Commit

Permalink
chore: bump version (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei authored Oct 23, 2024
1 parent 6b3dbd0 commit c826813
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = "1.0.20"
__version__ = "1.0.21"

from binance.client import Client, AsyncClient # noqa
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

v1.0.21 - 2024-10-23
^^^^^^^^^^^^^^^^^^^^

**Added**
- Some new endpoints

**Fixed**
- url encoding for coin-m post endpoints
- batch order endpoint
- Some minor bug fixes

v1.0.20 - 2024-10-22
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit c826813

Please sign in to comment.