bump version to 4.0.1

This commit is contained in:
Jannes Höke 2016-04-27 01:17:47 +02:00
parent 2745023854
commit 865bba3f3e
4 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
**2016-04-27**
*Released 4.0*
*Released 4.0.1*
- Implement Bot API 2.0
- Almost complete recode of ``Dispatcher``
@ -8,6 +8,7 @@
- **Changes from 4.0rc1**
- The syntax of filters for ``MessageHandler`` (upper/lower cases)
- Handler groups are now identified by ``int`` only, and ordered
- **Note:** v4.0 has been skipped due to a PyPI accident
**2016-04-22**

View file

@ -60,7 +60,7 @@ author = u'Leandro Toledo'
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.0'
release = '4.0.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -26,7 +26,7 @@ def requirements():
setup(
name='python-telegram-bot',
version='4.0.0',
version='4.0.1',
author='Leandro Toledo',
author_email='devs@python-telegram-bot.org',
license='LGPLv3',

View file

@ -81,7 +81,7 @@ from .bot import Bot
__author__ = 'devs@python-telegram-bot.org'
__version__ = '4.0'
__version__ = '4.0.1'
__all__ = ['Audio',
'Bot',
'Chat',