mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Releasing 2.3
This commit is contained in:
parent
448cbdbd00
commit
0dc59efeb8
2 changed files with 8 additions and 1 deletions
7
CHANGES
7
CHANGES
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue