Releasing 2.1

This commit is contained in:
leandrotoledo 2015-07-20 08:03:47 -03:00
parent 185a9e9918
commit 5cd8d5b332
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-07-20
Released 2.1
Fix to_dict for Document and Video
2015-07-19
Released 2.0

View file

@ -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