Skip to content

Commit

Permalink
2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Nov 26, 2023
1 parent 45ae5d6 commit 454dd9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ Release Notes

.. currentmodule:: setuptools_dso

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

* Support for namespace packages (Nathan Shiraini)
* Propagate inplace to all sub-Command (Nathan Shiraini)
* correctly test for aarch64 endianness

2.9 (June 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.10a1",
version="2.10",
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 454dd9e

Please sign in to comment.