We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a898b44 commit 2f558c2Copy full SHA for 2f558c2
asyncpg/__init__.py
@@ -15,4 +15,4 @@
15
__all__ = ('connect', 'create_pool', 'Record', 'Connection') + \
16
exceptions.__all__ # NOQA
17
18
-__version__ = '0.15.0.dev0'
+__version__ = '0.15.0'
0 commit comments