From 6df2b16964bac3a6f9b3c1985c80a5a7cc3ae057 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 8 Nov 2021 02:14:20 +0200 Subject: [PATCH] Bump API version --- .apiversion | 2 +- README.rst | 2 +- aiogram/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.apiversion b/.apiversion index d346e2ab..37c2d996 100644 --- a/.apiversion +++ b/.apiversion @@ -1 +1 @@ -5.3 +5.4 diff --git a/README.rst b/README.rst index f3b8d7ca..a23a7b99 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ aiogram :target: https://pypi.python.org/pypi/aiogram :alt: Supported python versions -.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.3-blue.svg?logo=telegram +.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-5.4-blue.svg?logo=telegram :target: https://core.telegram.org/bots/api :alt: Telegram Bot API diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 3ad46c80..f1c4813e 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -38,4 +38,4 @@ __all__ = ( ) __version__ = "3.0.0a18" -__api_version__ = "5.3" +__api_version__ = "5.4"