Skip to content

Commit dc27ff4

Browse files
committed
bump version to 4.1.2
1 parent 68ec73a commit dc27ff4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**2016-05-22**
2+
3+
*Released 4.1.2*
4+
5+
- Fix ``MessageEntity`` decoding with Bot API 2.1 changes
6+
17
**2016-05-16**
28

39
*Released 4.1.1*

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '4.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '4.1.1'
63+
release = '4.1.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def requirements():
2424

2525

2626
setup(name='python-telegram-bot',
27-
version='4.1.1',
27+
version='4.1.2',
2828
author='Leandro Toledo',
2929
author_email='devs@python-telegram-bot.org',
3030
license='LGPLv3',

telegram/__init__.py

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

8383
__author__ = 'devs@python-telegram-bot.org'
84-
__version__ = '4.1.1'
84+
__version__ = '4.1.2'
8585
__all__ = ['Audio', 'Bot', 'Chat', 'ChatAction', 'ChosenInlineResult', 'CallbackQuery', 'Contact',
8686
'Document', 'Emoji', 'File', 'ForceReply', 'InlineKeyboardButton',
8787
'InlineKeyboardMarkup', 'InlineQuery', 'InlineQueryResult', 'InlineQueryResult',

0 commit comments

Comments
 (0)