diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c792a4f3..881c249f 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +[0.14.0] - 2020-12-17 + +- tdlib v1.7.0 + [0.13.0] - 2020-11-16 - Non-blocking login, see ``examples/get_me_non_blocking_login.py`` (thanks to @melfnt). diff --git a/telegram/__init__.py b/telegram/__init__.py index 6f08420d..9e9b66ef 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.13.0' +__version__ = '0.14.0' VERSION = __version__