From 6016aca0bab4ecfd544210e315fbd2ca48c7ebf3 Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Tue, 12 Jul 2016 23:34:49 +0300 Subject: [PATCH] Bump version to v4.3.4 --- CHANGES.rst | 6 ++++++ telegram/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d525babd1..60b46c0a3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +**2016-07-12** + +*Released 4.3.4* + +- Fix proxy support with ``urllib3`` when proxy requires auth + **2016-07-08** *Released 4.3.3* diff --git a/telegram/__init__.py b/telegram/__init__.py index 4b1b74f11..4c7d13aca 100644 --- a/telegram/__init__.py +++ b/telegram/__init__.py @@ -82,7 +82,7 @@ from .update import Update from .bot import Bot __author__ = 'devs@python-telegram-bot.org' -__version__ = '4.3.3' +__version__ = '4.3.4' __all__ = ['Audio', 'Bot', 'Chat', 'ChatMember', 'ChatAction', 'ChosenInlineResult', 'CallbackQuery', 'Contact', 'Document', 'Emoji', 'File', 'ForceReply', 'InlineKeyboardButton', 'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult',