Merge branch 'dev-1.x'

# Conflicts:
#	aiogram/__init__.py
This commit is contained in:
Alex Root Junior 2018-04-14 20:45:31 +03:00
commit 1e03e6f80a
4 changed files with 26 additions and 8 deletions

View file

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