Skip to content

Commit 4190227

Browse files
Release 0.13.0
1 parent e912ea6 commit 4190227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
[unreleased]
5+
[0.13.0] - 2020-11-16
66

77
- Non-blocking login, see ``examples/get_me_non_blocking_login.py`` (thanks to @melfnt).
88
- Better stop. python-teleram calls `close` and waits until tdlib is closed.

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.12.0'
1+
__version__ = '0.13.0'
22

33
VERSION = __version__

0 commit comments

Comments
 (0)