From 71b4beb3604038c851985c8489880cc251a8f88e Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 9 Mar 2023 00:53:12 +0200 Subject: [PATCH] Bump version --- .apiversion | 2 +- README.rst | 2 +- aiogram/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.apiversion b/.apiversion index 7822c1ab..4074fe20 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -6.5 +6.6 diff --git a/README.rst b/README.rst index bf5a7d11..3c2297a8 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,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.5 `_ and gets fast updates to the latest versions of the Bot API +- Supports `Telegram Bot API 6.6 `_ 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 a703578e..4ed355fc 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -37,5 +37,5 @@ __all__ = ( "flags", ) -__version__ = "3.0.0b7" -__api_version__ = "6.5" +__version__ = "3.0.0b8" +__api_version__ = "6.6"