Merge branch 'dev-1.x'

# Conflicts:
#	aiogram/__init__.py
This commit is contained in:
Alex Root Junior 2018-04-08 18:21:19 +03:00
commit 35f671c4c9
20 changed files with 1278 additions and 86 deletions

View file

@ -20,7 +20,7 @@ else:
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
VERSION = Version(1, 2, 1, stage=Stage.FINAL, build=0)
VERSION = Version(1, 2, 2, stage=Stage.FINAL, build=0)
API_VERSION = Version(3, 6)
__version__ = VERSION.version