File tree Expand file tree Collapse file tree 3 files changed +30
-3
lines changed
Expand file tree Collapse file tree 3 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 11=======
22Changes
33=======
4+ **2018-05-02 **
5+ *Released 10.1.0 *
6+
7+ Fixes changing previous behaviour:
8+
9+ - Add urllib3 fix for socks5h support (`#1085 `_)
10+ - Fix send_sticker() timeout=20 (`#1088 `_)
11+
12+ Fixes:
13+
14+ - Add a caption_entity filter for filtering caption entities (`#1068 `_)
15+ - Inputfile encode filenames (`#1086 `_)
16+ - InputFile: Fix proper naming of file when reading from subprocess.PIPE (`#1079 `_)
17+ - Remove pytest-catchlog from requirements (`#1099 `_)
18+ - Documentation fixes (`#1061 `_, `#1078 `_, `#1081 `_, `#1096 `_)
19+
20+ .. _`#1061` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1061
21+ .. _`#1068` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1068
22+ .. _`#1078` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1078
23+ .. _`#1079` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1079
24+ .. _`#1081` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1081
25+ .. _`#1085` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1085
26+ .. _`#1086` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1086
27+ .. _`#1088` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1088
28+ .. _`#1096` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1096
29+ .. _`#1099` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1099
30+
431**2018-04-17 **
532*Released 10.0.2 *
633
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '10.0 ' # telegram.__version__[:3]
61+ version = '10.1 ' # telegram.__version__[:3]
6262# The full version, including alpha/beta/rc tags.
63- release = '10.0.2 ' # telegram.__version__
63+ release = '10.1.0 ' # telegram.__version__
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 1717# You should have received a copy of the GNU Lesser Public License
1818# along with this program. If not, see [http://www.gnu.org/licenses/].
1919
20- __version__ = '10.0.2 '
20+ __version__ = '10.1.0 '
You can’t perform that action at this time.
0 commit comments