Skip to content

Commit

Permalink
asyncpg v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Oct 9, 2019
1 parent 09958c9 commit 89815ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncpg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
# snapshots will automatically include the git revision
# in __version__, for example: '0.16.0.dev0+ge06ad03'

__version__ = '0.19.0.dev0'
__version__ = '0.19.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Minimal dependencies required to test asyncpg.
TEST_DEPENDENCIES = [
'flake8~=3.5.0',
'uvloop>=0.8.0;platform_system!="Windows"',
'uvloop~=0.12.0;platform_system!="Windows"',
]

# Dependencies required to build documentation.
Expand Down

0 comments on commit 89815ea

Please sign in to comment.