Bump to v10.0.1

This commit is contained in:
Pieter Schutz 2018-03-05 12:46:19 +01:00
parent 698a91427a
commit d9f77d6ee1
3 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,16 @@
======= =======
Changes Changes
======= =======
**2018-03-05**
*Released 10.0.1*
Fixes:
- Fix conversationhandler timeout (PR `#1032`_)
- Add missing docs utils (PR `#912`_)
.. _`#1032`: https://github.com/python-telegram-bot/python-telegram-bot/pull/826
.. _`#912`: https://github.com/python-telegram-bot/python-telegram-bot/pull/826
**2018-03-02** **2018-03-02**
*Released 10.0.0* *Released 10.0.0*

View file

@ -60,7 +60,7 @@ author = u'Leandro Toledo'
# The short X.Y version. # The short X.Y version.
version = '10.0' # telegram.__version__[:3] version = '10.0' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '10.0.0' # telegram.__version__ release = '10.0.1' # telegram.__version__
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser Public License # You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/]. # along with this program. If not, see [http://www.gnu.org/licenses/].
__version__ = '10.0.0' __version__ = '10.0.1'