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