We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e912ea6 commit 4190227Copy full SHA for 4190227
docs/source/changelog.rst
@@ -2,7 +2,7 @@
2
Changelog
3
=========
4
5
-[unreleased]
+[0.13.0] - 2020-11-16
6
7
- Non-blocking login, see ``examples/get_me_non_blocking_login.py`` (thanks to @melfnt).
8
- Better stop. python-teleram calls `close` and waits until tdlib is closed.
telegram/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.12.0'
+__version__ = '0.13.0'
VERSION = __version__
0 commit comments