Skip to content

Commit 36658fa

Browse files
committed
asyncpg v0.24.0
Changes ------- * Drop support for Python 3.5 (MagicStack#777) (by @and-semakin in da58cd2 for MagicStack#777) * Add support for Python 3.10 (MagicStack#795) (by @elprans in abf5569 for MagicStack#795) * Add support for asynchronous iterables to copy_records_to_table() (MagicStack#713) (by @elprans in 1d33ff6 for MagicStack#713) * Add support for coroutine functions as listener callbacks (MagicStack#802) (by @elprans in 41da093 for MagicStack#802) * Add support for sslcert, sslkey and sslrootcert parameters to DSN (MagicStack#768) (by @jdobes and @elprans in c674e86 for MagicStack#768) * Add copy_ wrappers to Pool (MagicStack#661) (by @elprans in a6b0f28 for MagicStack#661) * Add issubset and issuperset methods to the Range type (MagicStack#563) (by @kdorsel in de07d0a for MagicStack#563) Fixes ----- * Break connection internal circular reference (MagicStack#774) (by @fantix in d08a9b8 for MagicStack#774) * Make Server Version Extraction More Flexible (MagicStack#778) (by @Natrinicle in d076169 for MagicStack#778)
1 parent b694c3a commit 36658fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# supported platforms, publish the packages on PyPI, merge the PR
1111
# to the target branch, create a Git tag pointing to the commit.
1212

13-
__version__ = '0.24.0.dev0'
13+
__version__ = '0.24.0'

0 commit comments

Comments
 (0)