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 f3297cd commit 67cbd39Copy full SHA for 67cbd39
CHANGES.rst
@@ -2,7 +2,7 @@
2
Changes
3
=========
4
5
-8.1.1 (unreleased)
+8.1.1 (2025-11-15)
6
==================
7
8
- Fix the GitHub workflow for publishing wheels, which failed for Linux/arm64.
setup.py
@@ -30,7 +30,7 @@
30
from setuptools.command.build_ext import build_ext
31
32
33
-version = '8.1.1.a1'
+version = '8.1.1'
34
35
36
class optional_build_ext(build_ext):
0 commit comments