diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf3c02a9ac..f90d1027f2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 65.2.0 +current_version = 65.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 4ce565f584..8e35e3f696 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,20 @@ +v65.3.0 +------- + + +Changes +^^^^^^^ +* #3547: Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland` + +Documentation changes +^^^^^^^^^^^^^^^^^^^^^ +* #3554: Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide ` -- by :user:`mfbutner` + +Misc +^^^^ +* #3561: Fixed accidental name matching in editable hooks. + + v65.2.0 ------- diff --git a/changelog.d/3547.change.rst b/changelog.d/3547.change.rst deleted file mode 100644 index 88583b1b63..0000000000 --- a/changelog.d/3547.change.rst +++ /dev/null @@ -1 +0,0 @@ -Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland` diff --git a/changelog.d/3554.doc.rst b/changelog.d/3554.doc.rst deleted file mode 100644 index aa5d78a000..0000000000 --- a/changelog.d/3554.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide ` -- by :user:`mfbutner` diff --git a/changelog.d/3561.misc.rst b/changelog.d/3561.misc.rst deleted file mode 100644 index cb4781ef24..0000000000 --- a/changelog.d/3561.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed accidental name matching in editable hooks. diff --git a/setup.cfg b/setup.cfg index 21d24c9b08..3d260d5216 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 65.2.0 +version = 65.3.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages