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

Skip to content

Commit d9f77d6

Browse files
committed
Bump to v10.0.1
1 parent 698a914 commit d9f77d6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
=======
22
Changes
33
=======
4+
**2018-03-05**
5+
*Released 10.0.1*
6+
7+
Fixes:
8+
- Fix conversationhandler timeout (PR `#1032`_)
9+
- Add missing docs utils (PR `#912`_)
10+
11+
.. _`#1032`: https://github.com/python-telegram-bot/python-telegram-bot/pull/826
12+
.. _`#912`: https://github.com/python-telegram-bot/python-telegram-bot/pull/826
13+
414
**2018-03-02**
515
*Released 10.0.0*
616

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 = '10.0' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '10.0.0' # telegram.__version__
63+
release = '10.0.1' # telegram.__version__
6464

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

telegram/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '10.0.0'
20+
__version__ = '10.0.1'

0 commit comments

Comments
 (0)