Releasing 2.3

This commit is contained in:
Leandro Toledo 2015-08-08 19:18:58 -03:00
parent 448cbdbd00
commit 0dc59efeb8
2 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,14 @@
2015-08-08
Released 2.3
Fixes ForceReply class
Remove logging.basicConfig from library
2015-07-25
Released 2.2
Allows debug=True when initializing telegram.Bot
2015-07-20
Released 2.1
Fix to_dict for Document and Video

View file

@ -3,7 +3,7 @@
"""A library that provides a Python interface to the Telegram Bots API"""
__author__ = 'leandrotoledodesouza@gmail.com'
__version__ = '2.2'
__version__ = '2.3'
from .base import TelegramObject
from .user import User