Skip to content

Commit bcec6f0

Browse files
committed
Bump version to v13.7
1 parent ed14781 commit bcec6f0

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

CHANGES.rst

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

5+
Version 13.7
6+
============
7+
*Released 2021-07-01*
8+
9+
This is the technical changelog for version 13.7. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.
10+
11+
**Major Changes:**
12+
13+
- Full support for Bot API 5.3 (`#2572`_)
14+
15+
**Bug Fixes:**
16+
17+
- Fix Bug in ``BasePersistence.insert/replace_bot`` for Objects with ``__dict__`` in their slots (`#2561`_)
18+
- Remove Incorrect Warning About ``Defaults`` and ``ExtBot`` (`#2553`_)
19+
20+
**Minor changes, CI improvements, Doc fixes and Type hinting:**
21+
22+
- Type Hinting Fixes (`#2552`_)
23+
- Doc Fixes (`#2551`_)
24+
- Improve Deprecation Warning for ``__slots__`` (`#2574`_)
25+
- Stabilize CI (`#2575`_)
26+
- Fix Coverage Configuration (`#2571`_)
27+
- Better Exception-Handling for ``BasePersistence.replace/insert_bot`` (`#2564`_)
28+
- Remove Deprecated ``pass_args`` from Deeplinking Example (`#2550`_)
29+
30+
.. _`#2572`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2572
31+
.. _`#2561`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2561
32+
.. _`#2553`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2553
33+
.. _`#2552`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2552
34+
.. _`#2551`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2551
35+
.. _`#2574`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2574
36+
.. _`#2575`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2575
37+
.. _`#2571`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2571
38+
.. _`#2564`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2564
39+
.. _`#2550`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2550
40+
541
Version 13.6
642
============
743
*Released 2021-06-06*

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '13.6' # telegram.__version__[:3]
63+
version = '13.7' # telegram.__version__[:3]
6464
# The full version, including alpha/beta/rc tags.
65-
release = '13.6' # telegram.__version__
65+
release = '13.7' # telegram.__version__
6666

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

telegram/ext/basepersistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def replace_bot(cls, obj: object) -> object:
213213
``frozenset``, ``dict``, ``defaultdict`` and objects that have a ``__dict__`` or
214214
``__slots__`` attribute, excluding classes and objects that can't be copied with
215215
``copy.copy``. If the parsing of an object fails, the object will be returned unchanged and
216-
the error will be logged.
216+
the error will be logged.
217217
218218
Args:
219219
obj (:obj:`object`): The object

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
from telegram import constants
2222

23-
__version__ = '13.6'
23+
__version__ = '13.7'
2424
bot_api_version = constants.BOT_API_VERSION # pylint: disable=C0103

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