Skip to content

Commit

Permalink
Bump version: 58.2.0 → 58.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 22, 2021
1 parent 391bb5d commit 4bce6d5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 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 = 58.2.0
current_version = 58.3.0
commit = True
tag = True

Expand Down
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v58.3.0
-------


Changes
^^^^^^^
* #917: ``setup.py install`` and ``easy_install`` commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools.
* #1988: Deprecated the ``bdist_rpm`` command. Binary packages should be built as wheels instead.
-- by :user:`hugovk`
* #2785: Replace confirparser's readfp with read_file, deprecated since Python 3.2.
-- by :user:`hugovk`
* #2823: Officially deprecated support for ``setup_requires``. Users are encouraged instead to migrate to PEP 518 ``build-system.requires`` in ``pyproject.toml``. Users reliant on ``setup_requires`` should consider pinning to this major version to avoid disruption.

Misc
^^^^
* #2762: Changed codecov.yml to configure the threshold to be lower
-- by :user:`tanvimoharir`


v58.2.0
-------

Expand Down
2 changes: 0 additions & 2 deletions changelog.d/1988.change.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2785.change.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/917.change.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 = 58.2.0
version = 58.3.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 4bce6d5

Please sign in to comment.