We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185a9e9 commit 5cd8d5bCopy full SHA for 5cd8d5b
CHANGES
@@ -1,3 +1,8 @@
1
+2015-07-20
2
+ Released 2.1
3
+ Fix to_dict for Document and Video
4
+
5
6
2015-07-19
7
8
Released 2.0
telegram/__init__.py
@@ -3,7 +3,7 @@
"""A library that provides a Python interface to the Telegram Bots API"""
__author__ = 'leandrotoledodesouza@gmail.com'
-__version__ = '2.0'
+__version__ = '2.1'
from .user import User
9
from .message import Message
0 commit comments