File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed 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
+
1
8
**2015-12-21 **
2
9
3
10
*Released 3.1.1 *
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '3.1'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '3.1.1 '
63
+ release = '3.1.2 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def requirements():
26
26
27
27
setup (
28
28
name = 'python-telegram-bot' ,
29
- version = '3.1.1 ' ,
29
+ version = '3.1.2 ' ,
30
30
author = 'Leandro Toledo' ,
31
31
author_email = 'devs@python-telegram-bot.org' ,
32
32
license = 'LGPLv3' ,
Original file line number Diff line number Diff line change 19
19
"""A library that provides a Python interface to the Telegram Bot API"""
20
20
21
21
__author__ = 'devs@python-telegram-bot.org'
22
- __version__ = '3.1.1 '
22
+ __version__ = '3.1.2 '
23
23
24
24
from .base import TelegramObject
25
25
from .user import User
You can’t perform that action at this time.
0 commit comments