diff --git a/.apiversion b/.apiversion index c596943a..7822c1ab 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -6.4 +6.5 diff --git a/README.rst b/README.rst index a5257566..55cb2ab3 100644 --- a/README.rst +++ b/README.rst @@ -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 `_, :pep:`492`) - Has type hints (:pep:`484`) and can be used with `mypy `_ - Supports `PyPy `_ -- Supports `Telegram Bot API 6.4 `_ and gets fast updates to the latest versions of the Bot API +- Supports `Telegram Bot API 6.5 `_ and gets fast updates to the latest versions of the Bot API - Telegram Bot API integration code was `autogenerated `_ and can be easily re-generated when API gets updated - Updates router (Blueprints) - Has Finite State Machine diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 3e6f69e3..a703578e 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,4 +38,4 @@ __all__ = ( ) __version__ = "3.0.0b7" -__api_version__ = "6.4" +__api_version__ = "6.5"