Bump version to v4.3.1

This commit is contained in:
Jannes Höke 2016-06-29 15:53:52 +02:00
parent c7c21c94ea
commit ecbc268781
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
**2016-06-29**
*Released 4.3.1*
- Update wrong requirement: ``urllib3>=1.10``
**2016-06-28**
*Released 4.3*

View file

@ -82,7 +82,7 @@ from .update import Update
from .bot import Bot
__author__ = 'devs@python-telegram-bot.org'
__version__ = '4.3'
__version__ = '4.3.1'
__all__ = ['Audio', 'Bot', 'Chat', 'ChatMember', 'ChatAction', 'ChosenInlineResult',
'CallbackQuery', 'Contact', 'Document', 'Emoji', 'File', 'ForceReply',
'InlineKeyboardButton', 'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult',