Commit 17bf8491 authored by Michael Davidsaver's avatar Michael Davidsaver

2.2

parent bf6607b7
......@@ -3,9 +3,15 @@
Release Notes
=============
2.2 (UNRELEASED)
2.3 (UNRELEASED)
----------------
2.2 (Aug 2021)
--------------
* Add informational prints to :py:class:`setuptools_dso.ProbeToolchain` methods.
* :py:func:`setuptools_dso.setup` demote error to warning if 'bdist_wheel' already overridden.
2.1 (July 2021)
---------------
......
......@@ -7,7 +7,7 @@ with open('README.md', 'r') as F:
setup(
name='setuptools_dso',
version="2.2a1",
version="2.2",
description="setuptools extension to build non-python shared libraries",
long_description=long_description,
long_description_content_type='text/x-rst',
......
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