Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
Changelog
=========

Version 21.11.1
===============

*Released 2025-03-01*

This is the technical changelog for version 21.11. More elaborate release notes can be found in the news channel `@pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>`_.

Documentation Improvements
--------------------------

- Fix ReadTheDocs Build (:pr:`4695`)

Version 21.11
=============

Expand Down
2 changes: 1 addition & 1 deletion telegram/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ def __str__(self) -> str:


__version_info__: Final[Version] = Version(
major=21, minor=11, micro=0, releaselevel="final", serial=0
major=21, minor=11, micro=1, releaselevel="final", serial=0
)
__version__: Final[str] = str(__version_info__)