Skip to content

Commit

Permalink
Releasing 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Aug 11, 2015
1 parent ecdf32b commit eeaf8d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
2015-08-11
Released 2.5.2
New changes from Telegram Bot API have been applied
telegram.Bot now supports to be pickled
Return empty str instead None when message.text is empty


2015-08-10
Released 2.5.1
Moved from GPLv2 to LGPLv3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@ def read(*paths):

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


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

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

0 comments on commit eeaf8d9

Please sign in to comment.