Releasing v2.9.2

This commit is contained in:
Leandro Toledo 2015-11-11 11:31:20 -02:00
parent 235dcd2ad2
commit 16349ac69a
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
**2015-11-11**
*Released 2.9.2*
- Error handling on request timeouts has been improved
**2015-11-10**
*Released 2.9.1*

View file

@ -60,7 +60,7 @@ author = u'Leandro Toledo'
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9.1'
release = '2.9.2'
# 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='2.9.1',
version='2.9.2',
author='Leandro Toledo',
author_email='leandrotoledodesouza@gmail.com',
license='LGPLv3',