We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310ac82 commit d90a4c9Copy full SHA for d90a4c9
CHANGES
@@ -1,3 +1,7 @@
1
+2015-07-25
2
+ Released 2.2
3
+ Allows debug=True when initializing telegram.Bot
4
+
5
2015-07-20
6
Released 2.1
7
Fix to_dict for Document and Video
setup.py
@@ -15,7 +15,7 @@ def read(*paths):
15
16
setup(
17
name='python-telegram-bot',
18
- version='2.1',
+ version='2.2',
19
author='Leandro Toledo',
20
author_email='leandrotoledodesouza@gmail.com',
21
license='GPLv2',
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.1'
+__version__ = '2.2'
8
from .base import TelegramObject
9
from .user import User
0 commit comments