Skip to content

Commit 89815ea

Browse files
committed
asyncpg v0.19.0
1 parent 09958c9 commit 89815ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asyncpg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
# snapshots will automatically include the git revision
3232
# in __version__, for example: '0.16.0.dev0+ge06ad03'
3333

34-
__version__ = '0.19.0.dev0'
34+
__version__ = '0.19.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# Minimal dependencies required to test asyncpg.
3333
TEST_DEPENDENCIES = [
3434
'flake8~=3.5.0',
35-
'uvloop>=0.8.0;platform_system!="Windows"',
35+
'uvloop~=0.12.0;platform_system!="Windows"',
3636
]
3737

3838
# Dependencies required to build documentation.

0 commit comments

Comments
 (0)