From 03e18c851db98eb3590393ca80f0dae7743b670f Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 6 Nov 2022 14:21:25 +0200 Subject: [PATCH] Remove versionadded badge --- aiogram/__init__.py | 4 ++-- docs/dispatcher/filters/index.rst | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/aiogram/__init__.py b/aiogram/__init__.py index 395fb148..65af1f20 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -35,5 +35,5 @@ __all__ = ( "flags", ) -__version__ = "3.0.0b5" -__api_version__ = "6.2" +__version__ = "3.0.0b6" +__api_version__ = "6.3" diff --git a/docs/dispatcher/filters/index.rst b/docs/dispatcher/filters/index.rst index aba316c6..856b8677 100644 --- a/docs/dispatcher/filters/index.rst +++ b/docs/dispatcher/filters/index.rst @@ -59,8 +59,6 @@ For example if you need to make simple text filter: Combining Filters ================= -.. versionadded:: 3.0b6 - In general, all filters can be combined in two ways