Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41432f5

Browse files
committed
bump version to v4.2.0
1 parent f737ab7 commit 41432f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
**2016-05-28**
2+
3+
*Released 4.2*
4+
5+
- Implement Bot API 2.1
6+
- Move ``botan`` module to ``telegram.contrib``
7+
- New exception type: ``BadRequest``
8+
19
**2016-05-22**
210

311
*Released 4.1.2*

telegram/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
from .bot import Bot
8383

8484
__author__ = '[email protected]'
85-
__version__ = '4.1.2'
85+
__version__ = '4.2.0'
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)