Bump the version to 0.12.2

This commit is contained in:
Yury Selivanov 2019-03-20 13:25:48 -04:00
parent 06335f3e37
commit 88608b8e6a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from . import _patch # NOQA
from .loop import Loop as __BaseLoop # NOQA
__version__ = '0.12.2.dev0'
__version__ = '0.12.2'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')