File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ **2015-12-29 **
2+
3+ *Released 3.1.2 *
4+
5+ - Fix custom path for file downloads
6+ - Don't stop the dispatcher thread on uncaught errors in handlers
7+
18**2015-12-21 **
29
310*Released 3.1.1 *
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '3.1'
6262# The full version, including alpha/beta/rc tags.
63- release = '3.1.1 '
63+ release = '3.1.2 '
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def requirements():
2626
2727setup (
2828 name = 'python-telegram-bot' ,
29- version = '3.1.1 ' ,
29+ version = '3.1.2 ' ,
3030 author = 'Leandro Toledo' ,
3131 author_email = 'devs@python-telegram-bot.org' ,
3232 license = 'LGPLv3' ,
Original file line number Diff line number Diff line change 1919"""A library that provides a Python interface to the Telegram Bot API"""
2020
2121__author__ = 'devs@python-telegram-bot.org'
22- __version__ = '3.1.1 '
22+ __version__ = '3.1.2 '
2323
2424from .base import TelegramObject
2525from .user import User
You can’t perform that action at this time.
0 commit comments