Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235dcd2 commit 16349acCopy full SHA for 16349ac
CHANGES.rst
@@ -1,3 +1,9 @@
1
+**2015-11-11**
2
+
3
+*Released 2.9.2*
4
5
+- Error handling on request timeouts has been improved
6
7
**2015-11-10**
8
9
*Released 2.9.1*
docs/source/conf.py
@@ -60,7 +60,7 @@
60
# The short X.Y version.
61
version = '2.9'
62
# The full version, including alpha/beta/rc tags.
63
-release = '2.9.1'
+release = '2.9.2'
64
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
# for a list of supported languages.
setup.py
@@ -26,7 +26,7 @@ def requirements():
26
27
setup(
28
name='python-telegram-bot',
29
- version='2.9.1',
+ version='2.9.2',
30
author='Leandro Toledo',
31
author_email='[email protected]',
32
license='LGPLv3',
0 commit comments