Skip to content

Commit 2f558c2

Browse files
committedFeb 14, 2018
asyncpg v0.15.0
1 parent a898b44 commit 2f558c2

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.15.0.dev0'
18+
__version__ = '0.15.0'

0 commit comments

Comments
 (0)