Skip to content

Commit

Permalink
Bump API version in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Feb 16, 2024
1 parent eaa5662 commit eef50a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .apiversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0
7.1
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Features
- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `PyPy <https://www.pypy.org/>`_
- Supports `Telegram Bot API 7.0 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Supports `Telegram Bot API 7.1 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine
Expand Down
2 changes: 1 addition & 1 deletion aiogram/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "3.4.0"
__api_version__ = "7.0"
__api_version__ = "7.1"

0 comments on commit eef50a2

Please sign in to comment.