Bump the version to 0.14.0

This commit is contained in:
Yury Selivanov 2019-11-05 09:30:10 -05:00
parent 9b4bd2ea4a
commit 0e72f817eb
No known key found for this signature in database
GPG Key ID: E6ABA2A46889EBBB
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.14.0rc2'
__version__ = '0.14.0'
__all__ = ('new_event_loop', 'install', 'EventLoopPolicy')