Skip to content

Commit

Permalink
2.11a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 29, 2024
1 parent 7fe9159 commit aa06a9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Release Notes

.. currentmodule:: setuptools_dso

2.11 (UNRELEASED)
-----------------

* Support for cpython 3.12 (Oliver Copping)

2.10 (Nov 2023)
---------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='setuptools_dso',
version="2.10",
version="2.11a1",
description="setuptools extension to build non-python shared libraries",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit aa06a9b

Please sign in to comment.