diff --git a/aiogram/__init__.py b/aiogram/__init__.py index d9d32776..02f83130 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -20,7 +20,7 @@ else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -VERSION = Version(1, 1, 1, stage=Stage.DEV, build=0) +VERSION = Version(1, 2, stage=Stage.FINAL, build=0) API_VERSION = Version(3, 6) __version__ = VERSION.version diff --git a/examples/adwanced_executor_example.py b/examples/adwanced_executor_example.py index 9dd873b8..eb4694a7 100644 --- a/examples/adwanced_executor_example.py +++ b/examples/adwanced_executor_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -II this example used ArgumentParser for configuring Your bot. +In this example used ArgumentParser for configuring Your bot. Provided to start bot with webhook: python adwanced_executor_example.py \