Skip to content

Commit 92ebeed

Browse files
committed
Bump version: 65.2.0 → 65.3.0
1 parent 9ae64dc commit 92ebeed

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 65.2.0
2+
current_version = 65.3.0
33
commit = True
44
tag = True
55

CHANGES.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v65.3.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3547: Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland`
8+
9+
Documentation changes
10+
^^^^^^^^^^^^^^^^^^^^^
11+
* #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`
12+
13+
Misc
14+
^^^^
15+
* #3561: Fixed accidental name matching in editable hooks.
16+
17+
118
v65.2.0
219
-------
320

changelog.d/3547.change.rst

-1
This file was deleted.

changelog.d/3554.doc.rst

-1
This file was deleted.

changelog.d/3561.misc.rst

-1
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 65.2.0
3+
version = 65.3.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)