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-09-20
2+ Released 2.8.4
3+ getFile and File.download is now fully supported
4+
5+
162015-09-10
27 Released 2.8.3
38 Moved Bot._requestURL to its own class (telegram.utils.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.3 '
63+ release = '2.8.4 '
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.3 ' ,
18+ version = '2.8.4 ' ,
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.3 '
22+ __version__ = '2.8.4 '
2323
2424from .base import TelegramObject
2525from .user import User
You can’t perform that action at this time.
0 commit comments