mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Remove versionadded badge
This commit is contained in:
parent
9187389aad
commit
03e18c851d
2 changed files with 2 additions and 4 deletions
|
|
@ -35,5 +35,5 @@ __all__ = (
|
|||
"flags",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0b5"
|
||||
__api_version__ = "6.2"
|
||||
__version__ = "3.0.0b6"
|
||||
__api_version__ = "6.3"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue