Skip to content

Commit

Permalink
Bump version: 61.3.1 → 62.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Apr 4, 2022
1 parent 58f0fb2 commit b686a31
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 61.3.1
current_version = 62.0.0
commit = True
tag = True

Expand Down
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
v62.0.0
-------


Breaking Changes
^^^^^^^^^^^^^^^^
* #3151: Made ``setup.py develop --user`` install to the user site packages directory even if it is disabled in the current interpreter.

Changes
^^^^^^^
* #3153: When resolving requirements use both canonical and normalized names -- by :user:`ldaniluk`
* #3167: Honor unix file mode in ZipFile when installing wheel via ``install_as_egg`` -- by :user:`delijati`

Misc
^^^^
* #3088: Fixed duplicated tag with the ``dist-info`` command.
* #3247: Fixed problem preventing ``readme`` specified as dynamic in ``pyproject.toml``
from being dynamically specified in ``setup.py``.


v61.3.1
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/3088.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3151.breaking.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3153.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3167.change.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/3247.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 61.3.1
version = 62.0.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit b686a31

Please sign in to comment.