diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 17 | ||||
| -rw-r--r-- | changelog.d/3526.misc.rst | 2 | ||||
| -rw-r--r-- | changelog.d/3528.misc.rst | 2 | ||||
| -rw-r--r-- | changelog.d/3529.doc.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 19 insertions, 8 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 05e78cde..bbfad4b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.0.0 +current_version = 65.0.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index d4d64379..185697c6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +v65.0.1 +------- + + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #3529: Added clarification to :doc:`/userguide/quickstart` about support + to ``setup.py``. + +Misc +^^^^ +* #3526: Fix backward compatibility of editable installs and custom ``build_ext`` + commands inheriting directly from ``distutils``. +* #3528: Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when + given ``metadata_directory`` is ``"."``. + + v65.0.0 ------- diff --git a/changelog.d/3526.misc.rst b/changelog.d/3526.misc.rst deleted file mode 100644 index b6bbb65d..00000000 --- a/changelog.d/3526.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix backward compatibility of editable installs and custom ``build_ext`` -commands inheriting directly from ``distutils``. diff --git a/changelog.d/3528.misc.rst b/changelog.d/3528.misc.rst deleted file mode 100644 index b1cd7732..00000000 --- a/changelog.d/3528.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when -given ``metadata_directory`` is ``"."``. diff --git a/changelog.d/3529.doc.rst b/changelog.d/3529.doc.rst deleted file mode 100644 index 6d1f0e8f..00000000 --- a/changelog.d/3529.doc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Added clarification to :doc:`/userguide/quickstart` about support -to ``setup.py``. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.0.0 +version = 65.0.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
