Skip to content

Commit 45f0e2a

Browse files
committed
asyncpg v0.14.0
1 parent 7c3f967 commit 45f0e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
__all__ = ('connect', 'create_pool', 'Record', 'Connection') + \
1616
exceptions.__all__ # NOQA
1717

18-
__version__ = '0.14.0.dev0'
18+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)