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