mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump version
This commit is contained in:
parent
1dcb830b9d
commit
0895e0f49c
3 changed files with 11 additions and 2 deletions
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -16,6 +16,16 @@ Changelog
|
||||||
|
|
||||||
.. towncrier release notes start
|
.. towncrier release notes start
|
||||||
|
|
||||||
|
3.1.1 (2023-09-25)
|
||||||
|
===================
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fixed `pydantic` version <2.4, since 2.4 has breaking changes.
|
||||||
|
`#1322 <https://github.com/aiogram/aiogram/issues/1322>`_
|
||||||
|
|
||||||
|
|
||||||
3.1.0 (2023-09-22)
|
3.1.0 (2023-09-22)
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Fixed `pydantic` version <2.4, since 2.4 has breaking changes.
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "3.1.0"
|
__version__ = "3.1.1"
|
||||||
__api_version__ = "6.9"
|
__api_version__ = "6.9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue