X Tutup
Skip to content

Commit 5cd8d5b

Browse files
committed
Releasing 2.1
1 parent 185a9e9 commit 5cd8d5b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-07-20
2+
Released 2.1
3+
Fix to_dict for Document and Video
4+
5+
16
2015-07-19
27

38
Released 2.0

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""A library that provides a Python interface to the Telegram Bots API"""
44

55
__author__ = 'leandrotoledodesouza@gmail.com'
6-
__version__ = '2.0'
6+
__version__ = '2.1'
77

88
from .user import User
99
from .message import Message

0 commit comments

Comments
 (0)
X Tutup