Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 16349ac

Browse files
committed
Releasing v2.9.2
1 parent 235dcd2 commit 16349ac

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
**2015-11-10**
28

39
*Released 2.9.1*

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '2.9'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.9.1'
63+
release = '2.9.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def requirements():
2626

2727
setup(
2828
name='python-telegram-bot',
29-
version='2.9.1',
29+
version='2.9.2',
3030
author='Leandro Toledo',
3131
author_email='[email protected]',
3232
license='LGPLv3',

0 commit comments

Comments
 (0)