From 95ad67af431452e5525dbe72aa9b5d2410862782 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Mon, 6 May 2024 23:22:32 +0300 Subject: [PATCH] Bump version --- .apiversion | 2 +- README.rst | 2 +- aiogram/__meta__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.apiversion b/.apiversion index 5904f7ad..f9941623 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -7.2 +7.3 diff --git a/README.rst b/README.rst index e84e60e3..2a8c00b1 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Features - Asynchronous (`asyncio docs `_, :pep:`492`) - Has type hints (:pep:`484`) and can be used with `mypy `_ - Supports `PyPy `_ -- Supports `Telegram Bot API 7.2 `_ and gets fast updates to the latest versions of the Bot API +- Supports `Telegram Bot API 7.3 `_ 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 bdbcd36b..9fdb2027 100644 --- a/aiogram/__meta__.py +++ b/aiogram/__meta__.py @@ -1,2 +1,2 @@ -__version__ = "3.5.0" -__api_version__ = "7.2" +__version__ = "3.6.0" +__api_version__ = "7.3"