8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156216f commit 9825bbbCopy full SHA for 9825bbb
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
fetch-depth: 50
96
submodules: true
97
98
- - uses: pypa/cibuildwheel@v2.2.2
+ - uses: pypa/cibuildwheel@v2.8.0
99
env:
100
CIBW_BUILD_VERBOSITY: 1
101
CIBW_BUILD: ${{ matrix.cibw_python }}
asyncpg/_version.py
@@ -10,4 +10,4 @@
10
# supported platforms, publish the packages on PyPI, merge the PR
11
# to the target branch, create a Git tag pointing to the commit.
12
13
-__version__ = '0.26.0.dev0'
+__version__ = '0.26.0'
0 commit comments