diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 53733bd8..c792a4f3 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -[unreleased] +[0.13.0] - 2020-11-16 - Non-blocking login, see ``examples/get_me_non_blocking_login.py`` (thanks to @melfnt). - Better stop. python-teleram calls `close` and waits until tdlib is closed. diff --git a/telegram/__init__.py b/telegram/__init__.py index 3de50f86..6f08420d 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.12.0' +__version__ = '0.13.0' VERSION = __version__