Release version 3.13.1

Add new version details to CHANGES.rst and update __meta__.py. Removed individual CHANGES/* feature and bugfix files, merging their content into the main CHANGES.rst.
This commit is contained in:
JRoot Junior 2024-09-18 22:55:32 +03:00
parent f9f847f603
commit 718910f5b5
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
5 changed files with 27 additions and 4 deletions

View file

@ -16,6 +16,32 @@ Changelog
.. towncrier release notes start .. towncrier release notes start
3.13.1 (2024-09-18)
====================
.. warning::
**Python 3.8 End of Life**: Python 3.8 will reach its end of life (EOL) soon and will no longer
be supported by aiogram in the next releases (1-2 months ETA).
Please upgrade to a newer version of Python to ensure compatibility and receive future updates.
Misc
----
- Increase max pydantic version support "<2.9" -> "<2.10" (only For Python >=3.9)
`#1576 <https://github.com/aiogram/aiogram/issues/1576>`_
- Bump aiofiles version upper bound to <24.2
`#1577 <https://github.com/aiogram/aiogram/issues/1577>`_
Bugfixes
--------
- Fixed `Default` object annotation resolution using `pydantic`
`#1579 <https://github.com/aiogram/aiogram/issues/1579>`_
3.13.0 (2024-09-08) 3.13.0 (2024-09-08)
==================== ====================

View file

@ -1 +0,0 @@
Increase max pydantic version support "<2.9" -> "<2.10"

View file

@ -1 +0,0 @@
Bump aiofiles version upper bound to <24.2

View file

@ -1 +0,0 @@
Fixed `Default` object annotation resolution using `pydantic`

View file

@ -1,2 +1,2 @@
__version__ = "3.13.0" __version__ = "3.13.1"
__api_version__ = "7.10" __api_version__ = "7.10"