Skip to content

Commit 47cec1c

Browse files
committed
Bump version: 65.4.1 → 65.5.0
1 parent a55b024 commit 47cec1c

File tree

8 files changed

+22
-8
lines changed

8 files changed

+22
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 65.4.1
2+
current_version = 65.5.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v65.5.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3624: Fixed editable install for multi-module/no-package ``src``-layout projects.
8+
* #3626: Minor refactorings to support distutils using stdlib logging module.
9+
10+
Documentation changes
11+
^^^^^^^^^^^^^^^^^^^^^
12+
* #3419: Updated the example version numbers to be compliant with PEP-440 on the "Specifying Your Project’s Version" page of the user guide.
13+
14+
Misc
15+
^^^^
16+
* #3569: Improved information about conflicting entries in the current working directory
17+
and editable install (in documentation and as an informational warning).
18+
* #3576: Updated version of ``validate_pyproject``.
19+
20+
121
v65.4.1
222
-------
323

changelog.d/3419.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3569.misc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/3576.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3624.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/3626.change.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 65.4.1
3+
version = 65.5.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)