Skip to content

Commit

Permalink
Bump version: 58.5.3 → 59.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 13, 2021
1 parent 77678ab commit d212daa
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 19 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.5.3
current_version = 59.0.0
commit = True
tag = True

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


Deprecations
^^^^^^^^^^^^
* #2856: Support for custom commands that inherit directly from ``distutils`` is
**deprecated**. Users should extend classes provided by setuptools instead.

Breaking Changes
^^^^^^^^^^^^^^^^
* #2870: Started failing on invalid inline description with line breaks :class:`ValueError` -- by :user:`webknjaz`

Changes
^^^^^^^
* #2698: Exposed exception classes from ``distutils.errors`` via ``setuptools.errors``.
* #2866: Incorporate changes from pypa/distutils@f1b0a2b.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2227: Added sphinx theme customisations to display the new logo in the sidebar and
use its colours as "accent" in the documentation -- by :user:`abravalheri`
* #2227: Added new setuptools logo, including editable files and artwork documentation
-- by :user:`abravalheri`
* #2698: Added mentions to ``setuptools.errors`` as a way of handling custom command
errors.
* #2698: Added instructions to migrate from ``distutils.commands`` and
``distutils.errors`` in the porting guide.
* #2871: Added a note to the docs that it is possible to install
``setup.py``-less projects in editable mode with :doc:`pip v21.1+
<pip:index>`, only having ``setup.cfg`` and ``pyproject.toml`` in
project root -- by :user:`webknjaz`


v58.5.3
-------

Expand Down
2 changes: 0 additions & 2 deletions changelog.d/2227.doc.1.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2227.doc.2.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2698.doc.1.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2698.doc.2.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/2856.deprecation.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelog.d/2871.doc.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.5.3
version = 59.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 d212daa

Please sign in to comment.