Skip to content

Commit

Permalink
Releasing 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 12, 2015
1 parent f2671ff commit 9b3ce50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2015-08-12
Released 2.5.3
telegram.Bot now supports to be unpickled


2015-08-11
Released 2.5.2
New changes from Telegram Bot API have been applied
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*paths):

setup(
name='python-telegram-bot',
version='2.5.2',
version='2.5.3',
author='Leandro Toledo',
author_email='leandrotoledodesouza@gmail.com',
license='LGPLv3',
Expand Down
2 changes: 1 addition & 1 deletion telegram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'leandrotoledodesouza@gmail.com'
__version__ = '2.5.2'
__version__ = '2.5.3'

from .base import TelegramObject
from .user import User
Expand Down

0 comments on commit 9b3ce50

Please sign in to comment.