Skip to content

Commit b686a31

Browse files
committed
Bump version: 61.3.1 → 62.0.0
1 parent 58f0fb2 commit b686a31

8 files changed

+22
-8
lines changed

.bumpversion.cfg

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

CHANGES.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v62.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #3151: Made ``setup.py develop --user`` install to the user site packages directory even if it is disabled in the current interpreter.
8+
9+
Changes
10+
^^^^^^^
11+
* #3153: When resolving requirements use both canonical and normalized names -- by :user:`ldaniluk`
12+
* #3167: Honor unix file mode in ZipFile when installing wheel via ``install_as_egg`` -- by :user:`delijati`
13+
14+
Misc
15+
^^^^
16+
* #3088: Fixed duplicated tag with the ``dist-info`` command.
17+
* #3247: Fixed problem preventing ``readme`` specified as dynamic in ``pyproject.toml``
18+
from being dynamically specified in ``setup.py``.
19+
20+
121
v61.3.1
222
-------
323

changelog.d/3088.misc.rst

-1
This file was deleted.

changelog.d/3151.breaking.rst

-1
This file was deleted.

changelog.d/3153.change.rst

-1
This file was deleted.

changelog.d/3167.change.rst

-1
This file was deleted.

changelog.d/3247.misc.rst

-2
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 = 61.3.1
3+
version = 62.0.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)