From 16349ac69a9143519fa134fc3e48d24f31c311fe Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Wed, 11 Nov 2015 11:31:20 -0200 Subject: [PATCH] Releasing v2.9.2 --- CHANGES.rst | 6 ++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 74031d835..7f8527ba2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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* diff --git a/docs/source/conf.py b/docs/source/conf.py index 5d717915e..ab68ae745 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index a12c9936d..317d47da9 100644 --- a/setup.py +++ b/setup.py @@ -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',