File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2015-09-24
2
+ Released 2.8.5
3
+ Handles HTTP Bad Gateway (503) errors on request
4
+ Fixes regression on Audio and Document for unicode fields
5
+
6
+
1
7
2015-09-20
2
8
Released 2.8.4
3
9
getFile and File.download is now fully supported
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '2.8'
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '2.8.4 '
63
+ release = '2.8.5 '
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 @@ -15,7 +15,7 @@ def read(*paths):
15
15
16
16
setup (
17
17
name = 'python-telegram-bot' ,
18
- version = '2.8.4 ' ,
18
+ version = '2.8.5 ' ,
19
19
author = 'Leandro Toledo' ,
20
20
author_email = 'leandrotoledodesouza@gmail.com' ,
21
21
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__ = 'leandrotoledodesouza@gmail.com'
22
- __version__ = '2.8.4 '
22
+ __version__ = '2.8.5 '
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