Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x

This commit is contained in:
Alex Root Junior 2018-03-01 19:40:02 +02:00
commit 70b60f1b29
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 \