Skip to content

Commit 73b0e29

Browse files
committed
Bump version to v13.1
1 parent d27d1ea commit 73b0e29

3 files changed

Lines changed: 88 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,91 @@
22
Changelog
33
=========
44

5+
Version 13.1
6+
============
7+
*Released 2020-11-29*
8+
9+
**Major Changes:**
10+
11+
- Full support of Bot API 5.0 (`#2181`_, `#2186`_, `#2190`_, `#2189`_, `#2183`_, `#2184`_, `#2188`_, `#2185`_, `#2192`_, `#2196`_, `#2193`_, `#2223`_, `#2199`_, `#2187`_, `#2147`_, `#2205`_)
12+
13+
**New Features:**
14+
15+
- Add ``Defaults.run_async`` (`#2210`_)
16+
- Improve and Expand ``CallbackQuery`` Shortcuts (`#2172`_)
17+
- Add XOR Filters and make ``Filters.name`` a Property (`#2179`_)
18+
- Add ``Filters.document.file_extension`` (`#2169`_)
19+
- Add ``Filters.caption_regex`` (`#2163`_)
20+
- Add ``Filters.chat_type`` (`#2128`_)
21+
- Handle Non-Binary File Input (`#2202`_)
22+
23+
**Bug Fixes:**
24+
25+
- Improve Handling of Custom Objects in ``BasePersistence.insert``/``replace_bot`` (`#2151`_)
26+
- Fix bugs in ``replace/insert_bot`` (`#2218`_)
27+
28+
**Minor changes, CI improvements, doc fixes and type hinting:**
29+
30+
- Improve Type hinting (`#2204`_, `#2118`_, `#2167`_, `#2136`_)
31+
- Doc Fixes & Extensions (`#2201`_, `#2161`_)
32+
- Use F-Strings Where Possible (`#2222`_)
33+
- Rename kwargs to _kwargs where possible (`#2182`_)
34+
- Comply with PEP561 (`#2168`_)
35+
- Improve Code Quality (`#2131`_)
36+
- Switch Code Formatting to Black (`#2122`_, `#2159`_, `#2158`_)
37+
- Update Wheel Settings (`#2142`_)
38+
- Update ``timerbot.py`` to ``v13.0`` (`#2149`_)
39+
- Overhaul Constants (`#2137`_)
40+
- Add Python 3.9 to Test Matrix (`#2132`_)
41+
- Switch Codecov to ``GitHub`` Action (`#2127`_)
42+
- Specify Required pytz Version (`#2121`_)
43+
44+
45+
.. _`#2181`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2181
46+
.. _`#2186`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2186
47+
.. _`#2190`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2190
48+
.. _`#2189`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2189
49+
.. _`#2183`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2183
50+
.. _`#2184`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2184
51+
.. _`#2188`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2188
52+
.. _`#2185`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2185
53+
.. _`#2192`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2192
54+
.. _`#2196`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2196
55+
.. _`#2193`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2193
56+
.. _`#2223`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2223
57+
.. _`#2199`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2199
58+
.. _`#2187`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2187
59+
.. _`#2147`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2147
60+
.. _`#2205`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2205
61+
.. _`#2210`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2210
62+
.. _`#2172`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2172
63+
.. _`#2179`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2179
64+
.. _`#2169`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2169
65+
.. _`#2163`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2163
66+
.. _`#2128`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2128
67+
.. _`#2202`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2202
68+
.. _`#2151`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2151
69+
.. _`#2218`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2218
70+
.. _`#2204`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2204
71+
.. _`#2118`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2118
72+
.. _`#2167`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2167
73+
.. _`#2136`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2136
74+
.. _`#2201`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2201
75+
.. _`#2161`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2161
76+
.. _`#2222`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2222
77+
.. _`#2182`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2182
78+
.. _`#2168`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2168
79+
.. _`#2131`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2131
80+
.. _`#2122`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2122
81+
.. _`#2159`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2159
82+
.. _`#2158`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2158
83+
.. _`#2142`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2142
84+
.. _`#2149`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2149
85+
.. _`#2137`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2137
86+
.. _`#2132`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2132
87+
.. _`#2127`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2127
88+
.. _`#2121`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2121
89+
590
Version 13.0
691
============
792
*Released 2020-10-07*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '13.0' # telegram.__version__[:3]
61+
version = '13.1' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '13.0' # telegram.__version__
63+
release = '13.1' # telegram.__version__
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919
# pylint: disable=C0114
2020

21-
__version__ = '13.0'
21+
__version__ = '13.1'

0 commit comments

Comments
 (0)