Skip to content

Commit d028d4e

Browse files
committed
bump to 4.1.1
1 parent 4d77084 commit d028d4e

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-16**
2+
3+
*Released 4.1.1*
4+
5+
- Fix deprecation warning in ``Dispatcher``
6+
17
**2016-05-15**
28

39
*Released 4.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'
63+
release = '4.1.1'
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',
27+
version='4.1.1',
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'
84+
__version__ = '4.1.1'
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)