From ac27b997518e6afbc36f61a1c18bdb1a333a2aaf Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 17 Jul 2023 02:49:29 +0300 Subject: [PATCH] Bump API version --- .apiversion | 2 +- README.rst | 2 +- aiogram/__meta__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.apiversion b/.apiversion index 4074fe20..341291e5 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -6.6 +6.7 diff --git a/README.rst b/README.rst index 3c2297a8..c7505fce 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.6 `_ and gets fast updates to the latest versions of the Bot API +- Supports `Telegram Bot API 6.7 `_ 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/__meta__.py b/aiogram/__meta__.py index 72d119e9..6cd7e1ad 100644 --- a/aiogram/__meta__.py +++ b/aiogram/__meta__.py @@ -1,2 +1,2 @@ __version__ = "3.0.0b8" -__api_version__ = "6.6" +__api_version__ = "6.7"