Skip to content

Commit 9825bbb

Browse files
committed
asyncpg v0.26.0
Changes ------- * Add support to use awaitable object in password function. (#889) (by @kwarunek in fb3b6bf for #889) * Support direct TLS connections (i.e. no STARTTLS) (#923) (by @jackwotherspoon in f2a937d for #923) Fixes ----- * Fix invalid `pyproject.toml` (#900) (by @Rongronggg9 in eddb649 for #900) * Add record_class parameter Pool.fetch and Pool.fetchrow (#896) (by @baltitenger in 2519cf3 for #896) * Domain basetypes are introspected (#886) (#887) (by @QuantumTM in cca4a2d for #886) * Properly handle exceptions raised while handling server auth messages (#862) (by @elprans in bd19262 for #862)
1 parent 156216f commit 9825bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
fetch-depth: 50
9696
submodules: true
9797

98-
- uses: pypa/cibuildwheel@v2.2.2
98+
- uses: pypa/cibuildwheel@v2.8.0
9999
env:
100100
CIBW_BUILD_VERBOSITY: 1
101101
CIBW_BUILD: ${{ matrix.cibw_python }}

asyncpg/_version.py

+1-1
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.26.0.dev0'
13+
__version__ = '0.26.0'

0 commit comments

Comments
 (0)