X Tutup
Skip to content

Commit d90a4c9

Browse files
committed
Releasing 2.2
1 parent 310ac82 commit d90a4c9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-07-25
2+
Released 2.2
3+
Allows debug=True when initializing telegram.Bot
4+
15
2015-07-20
26
Released 2.1
37
Fix to_dict for Document and Video

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(*paths):
1515

1616
setup(
1717
name='python-telegram-bot',
18-
version='2.1',
18+
version='2.2',
1919
author='Leandro Toledo',
2020
author_email='leandrotoledodesouza@gmail.com',
2121
license='GPLv2',

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.1'
6+
__version__ = '2.2'
77

88
from .base import TelegramObject
99
from .user import User

0 commit comments

Comments
 (0)
X Tutup