Skip to content

Commit a0f1481

Browse files
2.12.1a1
Note that 2.12 is skipped as the tag was made, but never released on PyPi.
1 parent 922ed6b commit a0f1481

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

documentation/releasenotes.rst

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

66
.. currentmodule:: setuptools_dso
77

8+
2.12.1 (UNRELEASED)
9+
-----------------
10+
11+
* Fix ``wheel`` package deprecation (Oliver Copping)
12+
* Fix when using setuptools 77.0.3 (Alex Wells)
13+
814
2.11 (Aug 2024)
915
---------------
1016

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.11",
13+
version="2.12.1a1",
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)