mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 06:25:12 +01:00
Releasing 2.1
This commit is contained in:
parent
185a9e9918
commit
5cd8d5b332
2 changed files with 6 additions and 1 deletions
5
CHANGES
5
CHANGES
|
@ -1,3 +1,8 @@
|
|||
2015-07-20
|
||||
Released 2.1
|
||||
Fix to_dict for Document and Video
|
||||
|
||||
|
||||
2015-07-19
|
||||
|
||||
Released 2.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"""A library that provides a Python interface to the Telegram Bots API"""
|
||||
|
||||
__author__ = 'leandrotoledodesouza@gmail.com'
|
||||
__version__ = '2.0'
|
||||
__version__ = '2.1'
|
||||
|
||||
from .user import User
|
||||
from .message import Message
|
||||
|
|
Loading…
Reference in a new issue