Commit 0b722308 authored by Michael Davidsaver's avatar Michael Davidsaver

2.7

parent 102701c1
...@@ -5,8 +5,8 @@ Release Notes ...@@ -5,8 +5,8 @@ Release Notes
.. currentmodule:: setuptools_dso .. currentmodule:: setuptools_dso
2.7 (UNRELEASED) 2.7 (Feb 2023)
---------------- --------------
* Ensure package with DSO but no Extension is installed as platlib. * Ensure package with DSO but no Extension is installed as platlib.
* Adds `cmdclass` overrides for `build` and `install`. * Adds `cmdclass` overrides for `build` and `install`.
......
...@@ -10,7 +10,7 @@ with open('README.md', 'r') as F: ...@@ -10,7 +10,7 @@ with open('README.md', 'r') as F:
setup( setup(
name='setuptools_dso', name='setuptools_dso',
version="2.7a1", version="2.7",
description="setuptools extension to build non-python shared libraries", description="setuptools extension to build non-python shared libraries",
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment