Skip to content

Commit 177bdab

Browse files
committed
2.12.3a1
1 parent 4d4d40b commit 177bdab

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

documentation/releasenotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Release Notes
55

66
.. currentmodule:: setuptools_dso
77

8+
2.12.3 (UNRELEASED)
9+
-------------------
10+
11+
* Adapt to `removal <https://github.com/pypa/setuptools/pull/4872>`_ of ``dry_run=`` argument.
12+
813
2.12.2 (Mar 2025)
914
-----------------
1015

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='setuptools_dso',
13-
version="2.12.2",
13+
version="2.12.3a1",
1414
description="setuptools extension to build non-python shared libraries",
1515
long_description=long_description,
1616
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)