bump version to 4.0.2

This commit is contained in:
Jannes Höke 2016-04-29 19:26:46 +02:00
parent 41e457f5ed
commit 62c651d167
4 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
**2016-04-29**
*Released 4.0.2*
- Bugfixes
**2016-04-27** **2016-04-27**
*Released 4.0.1* *Released 4.0.1*

View file

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

View file

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

View file

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