Skip to content

Commit

Permalink
Bump version to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrotoledo committed Jun 10, 2016
1 parent 86676d5 commit 897f961
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,10 @@
**2016-06-10**

*Released 4.2.1*

- Fix ``CallbackQuery.to_dict()`` bug (thanks to @jlmadurga)
- Fix ``editMessageText`` exception when receiving a ``CallbackQuery``

**2016-05-28**

*Released 4.2*
Expand Down
2 changes: 1 addition & 1 deletion telegram/__init__.py
Expand Up @@ -82,7 +82,7 @@
from .bot import Bot

__author__ = 'devs@python-telegram-bot.org'
__version__ = '4.2.0'
__version__ = '4.2.1'
__all__ = ['Audio', 'Bot', 'Chat', 'ChatMember', 'ChatAction', 'ChosenInlineResult',
'CallbackQuery', 'Contact', 'Document', 'Emoji', 'File', 'ForceReply',
'InlineKeyboardButton', 'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult',
Expand Down

0 comments on commit 897f961

Please sign in to comment.