Bump version to v5.0.0

This commit is contained in:
Jannes Höke 2016-07-15 01:48:11 +02:00
parent d5486433e5
commit 834bf192b9
2 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,14 @@
==============
=======
Changes
==============
=======
**2016-07-15**
*Released 5.0*
- Rework ``JobQueue``
- Introduce ``ConversationHandler``
**2016-07-12**
*Released 4.3.4*

View file

@ -86,7 +86,7 @@ from .constants import (MAX_MESSAGE_LENGTH, MAX_CAPTION_LENGTH, SUPPORTED_WEBHOO
MAX_MESSAGES_PER_MINUTE_PER_GROUP)
__author__ = 'devs@python-telegram-bot.org'
__version__ = '4.3.4'
__version__ = '5.0.0'
__all__ = ['Audio', 'Bot', 'Chat', 'ChatMember', 'ChatAction', 'ChosenInlineResult',
'CallbackQuery', 'Contact', 'Document', 'Emoji', 'File', 'ForceReply',
'InlineKeyboardButton', 'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult',