We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922ed6b commit a0f1481Copy full SHA for a0f1481
documentation/releasenotes.rst
@@ -5,6 +5,12 @@ Release Notes
5
6
.. currentmodule:: setuptools_dso
7
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
14
2.11 (Aug 2024)
15
---------------
16
setup.py
@@ -10,7 +10,7 @@
setup(
name='setuptools_dso',
- version="2.11",
+ version="2.12.1a1",
description="setuptools extension to build non-python shared libraries",
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments