Bump API version

This commit is contained in:
Alex Root Junior 2023-02-07 22:42:57 +02:00
parent 021ae5626f
commit e8d279c8f2
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
6.4
6.5

View file

@ -13,7 +13,7 @@ aiogram |beta badge|
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.4-blue.svg?logo=telegram
.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.5-blue.svg?logo=telegram
:target: https://core.telegram.org/bots/api
:alt: Telegram Bot API
@ -67,7 +67,7 @@ Features
- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `PyPy <https://www.pypy.org/>`_
- Supports `Telegram Bot API 6.4 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Supports `Telegram Bot API 6.5 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine

View file

@ -38,4 +38,4 @@ __all__ = (
)
__version__ = "3.0.0b7"
__api_version__ = "6.4"
__api_version__ = "6.5"