Skip to content

Commit 1902c0a

Browse files
committed
Bump version to v13.2
1 parent 544a3fb commit 1902c0a

File tree

5 files changed

+72
-6
lines changed

5 files changed

+72
-6
lines changed

CHANGES.rst

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

5+
Version 13.2
6+
============
7+
*Released 2021-02-02*
8+
9+
**Major Changes:**
10+
11+
- Introduce ``python-telegram-bot-raw`` (`#2324`_)
12+
- Explicit Signatures for Shortcuts (`#2240`_)
13+
14+
**New Features:**
15+
16+
- Add Missing Shortcuts to ``Message`` (`#2330`_)
17+
- Rich Comparison for ``Bot`` (`#2320`_)
18+
- Add ``run_async`` Parameter to ``ConversationHandler`` (`#2292`_)
19+
- Add New Shortcuts to ``Chat`` (`#2291`_)
20+
- Add New Constant ``MAX_ANSWER_CALLBACK_QUERY_TEXT_LENGTH`` (`#2282`_)
21+
- Allow Passing Custom Filename For All Media (`#2249`_)
22+
- Handle Bytes as File Input (`#2233`_)
23+
24+
**Bug Fixes:**
25+
26+
- Fix Escaping in Nested Entities in ``Message`` Properties (`#2312`_)
27+
- Adjust Calling of ``Dispatcher.update_persistence`` (`#2285`_)
28+
- Add ``quote`` kwarg to ``Message.reply_copy`` (`#2232`_)
29+
- ``ConversationHandler``: Docs & ``edited_channel_post`` behavior (`#2339`_)
30+
31+
**Minor changes, CI improvements, doc fixes and type hinting:**
32+
33+
- Doc Fixes (`#2253`_, `#2225`_)
34+
- Reduce Usage of ``typing.Any`` (`#2321`_)
35+
- Extend Deeplinking Example (`#2335`_)
36+
- Add pyupgrade to pre-commit Hooks (`#2301`_)
37+
- Add PR Template (`#2299`_)
38+
- Drop Nightly Tests & Update Badges (`#2323`_)
39+
- Update Copyright (`#2289`_, `#2287`_)
40+
- Change Order of Class DocStrings (`#2256`_)
41+
- Add macOS to Test Matrix (`#2266`_)
42+
- Start Using Versioning Directives in Docs (`#2252`_)
43+
- Improve Annotations & Docs of Handlers (`#2243`_)
44+
45+
.. _`#2324`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2324
46+
.. _`#2240`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2240
47+
.. _`#2330`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2330
48+
.. _`#2320`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2320
49+
.. _`#2292`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2292
50+
.. _`#2291`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2291
51+
.. _`#2282`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2282
52+
.. _`#2249`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2249
53+
.. _`#2233`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2233
54+
.. _`#2312`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2312
55+
.. _`#2285`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2285
56+
.. _`#2232`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2232
57+
.. _`#2339`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2339
58+
.. _`#2253`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2253
59+
.. _`#2225`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2225
60+
.. _`#2321`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2321
61+
.. _`#2335`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2335
62+
.. _`#2301`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2301
63+
.. _`#2299`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2299
64+
.. _`#2323`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2323
65+
.. _`#2289`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2289
66+
.. _`#2287`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2287
67+
.. _`#2256`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2256
68+
.. _`#2266`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2266
69+
.. _`#2252`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2252
70+
.. _`#2243`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2243
71+
572
Version 13.1
673
============
774
*Released 2020-11-29*

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.1' # telegram.__version__[:3]
61+
version = '13.2' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '13.1' # telegram.__version__
63+
release = '13.2' # telegram.__version__
6464

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

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def get_setup_kwargs(raw=False):
101101
'Programming Language :: Python :: 3.7',
102102
'Programming Language :: Python :: 3.8',
103103
'Programming Language :: Python :: 3.9',
104-
'Typing:: Typed',
105104
],
106105
python_requires='>=3.6'
107106
)

telegram/ext/dispatcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ def process_update(self, update: object) -> None:
412412
:meth:`update_persistence` on its own.
413413
414414
Args:
415-
update (:class:`telegram.Update` | :obj:`object` |
416-
:class:`telegram.error.TelegramError`):
415+
update (:class:`telegram.Update` | :obj:`object` | \
416+
:class:`telegram.error.TelegramError`):
417417
The update to process.
418418
419419
"""

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.1'
21+
__version__ = '13.2'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy