We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb27cf commit e07b12fCopy full SHA for e07b12f
2 files changed
documentation/releasenotes.rst
@@ -5,8 +5,8 @@ Release Notes
5
6
.. currentmodule:: setuptools_dso
7
8
-2.12.3 (UNRELEASED)
9
--------------------
+2.12.3 (Feb 2026)
+-----------------
10
11
* Adapt to `removal <https://github.com/pypa/setuptools/pull/4872>`_ of ``dry_run=`` argument.
12
setup.py
@@ -10,7 +10,7 @@
setup(
name='setuptools_dso',
13
- version="2.12.3a1",
+ version="2.12.3",
14
description="setuptools extension to build non-python shared libraries",
15
long_description=long_description,
16
long_description_content_type='text/markdown',
0 commit comments