summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst17
-rw-r--r--changelog.d/3547.change.rst1
-rw-r--r--changelog.d/3554.doc.rst1
-rw-r--r--changelog.d/3561.misc.rst1
-rw-r--r--setup.cfg2
6 files changed, 19 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index cf3c02a9..f90d1027 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 4ce565f5..8e35e3f6 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 <userguide/quickstart:dependency-management>` -- 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 88583b1b..00000000
--- 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 aa5d78a0..00000000
--- 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 <userguide/quickstart:dependency-management>` -- by :user:`mfbutner`
diff --git a/changelog.d/3561.misc.rst b/changelog.d/3561.misc.rst
deleted file mode 100644
index cb4781ef..00000000
--- 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 21d24c9b..3d260d52 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