Skip to content

Commit 897f961

Browse files
committed
Bump version to v4.2.1
1 parent 86676d5 commit 897f961

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
**2016-06-10**
2+
3+
*Released 4.2.1*
4+
5+
- Fix ``CallbackQuery.to_dict()`` bug (thanks to @jlmadurga)
6+
- Fix ``editMessageText`` exception when receiving a ``CallbackQuery``
7+
18
**2016-05-28**
29

310
*Released 4.2*

telegram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
from .bot import Bot
8383

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

0 commit comments

Comments
 (0)