mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x
This commit is contained in:
commit
70b60f1b29
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ else:
|
||||||
|
|
||||||
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
|
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)
|
API_VERSION = Version(3, 6)
|
||||||
|
|
||||||
__version__ = VERSION.version
|
__version__ = VERSION.version
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/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:
|
Provided to start bot with webhook:
|
||||||
python adwanced_executor_example.py \
|
python adwanced_executor_example.py \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue