Skip to content

Commit 75d946e

Browse files
committed
Bump version to v21.1.1
1 parent fed8d88 commit 75d946e

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
Changelog
55
=========
66

7+
Version 21.1.1
8+
==============
9+
10+
*Released 2024-04-15*
11+
12+
This is the technical changelog for version 21.1.1. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`__.
13+
14+
Bug Fixes
15+
---------
16+
17+
- Fix Bug With Parameter ``message_thread_id`` of ``Message.reply_*`` (:pr:`4207` closes :issue:`4205`)
18+
19+
Minor Changes
20+
-------------
21+
22+
- Remove Deprecation Warning in ``JobQueue.run_daily`` (:pr:`4206` by `@Konano <https://github.com/Konano>`__)
23+
- Fix Annotation of ``EncryptedCredentials.decrypted_secret`` (:pr:`4199` by `@marinelay <https://github.com/marinelay>`__ closes :issue:`4198`)
24+
25+
726
Version 21.1
827
==============
928

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
# built documents.
2121
#
2222
# The short X.Y version.
23-
version = "21.1" # telegram.__version__[:3]
23+
version = "21.1.1" # telegram.__version__[:3]
2424
# The full version, including alpha/beta/rc tags.
25-
release = "21.1" # telegram.__version__
25+
release = "21.1.1" # telegram.__version__
2626

2727
# If your documentation needs a minimal Sphinx version, state it here.
2828
needs_sphinx = "6.1.3"

telegram/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __str__(self) -> str:
5151

5252

5353
__version_info__: Final[Version] = Version(
54-
major=21, minor=1, micro=0, releaselevel="final", serial=0
54+
major=21, minor=1, micro=1, releaselevel="final", serial=0
5555
)
5656
__version__: Final[str] = str(__version_info__)
5757

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