We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09958c9 commit 89815eaCopy full SHA for 89815ea
asyncpg/__init__.py
@@ -31,4 +31,4 @@
31
# snapshots will automatically include the git revision
32
# in __version__, for example: '0.16.0.dev0+ge06ad03'
33
34
-__version__ = '0.19.0.dev0'
+__version__ = '0.19.0'
setup.py
@@ -32,7 +32,7 @@
# Minimal dependencies required to test asyncpg.
TEST_DEPENDENCIES = [
'flake8~=3.5.0',
35
- 'uvloop>=0.8.0;platform_system!="Windows"',
+ 'uvloop~=0.12.0;platform_system!="Windows"',
36
]
37
38
# Dependencies required to build documentation.
0 commit comments