File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ 2015-10-08
2+ Released 2.8.6
3+ Adds type to User and GroupChat classes (pre-release Telegram feature)
4+
5+
162015-09-24
27 Released 2.8.5
38 Handles HTTP Bad Gateway (503) errors on request
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '2.8'
6262# The full version, including alpha/beta/rc tags.
63- release = '2.8.5 '
63+ release = '2.8.6 '
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 @@ -15,7 +15,7 @@ def read(*paths):
1515
1616setup (
1717 name = 'python-telegram-bot' ,
18- version = '2.8.5 ' ,
18+ version = '2.8.6 ' ,
1919 author = 'Leandro Toledo' ,
2020 author_email = 'leandrotoledodesouza@gmail.com' ,
2121 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__ = 'leandrotoledodesouza@gmail.com'
22- __version__ = '2.8.5 '
22+ __version__ = '2.8.6 '
2323
2424from .base import TelegramObject
2525from .user import User
You can’t perform that action at this time.
0 commit comments