Skip to content

Commit d212daa

Browse files
committed
Bump version: 58.5.3 → 59.0.0
1 parent 77678ab commit d212daa

File tree

12 files changed

+36
-19
lines changed

12 files changed

+36
-19
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 = 58.5.3
2+
current_version = 59.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
v59.0.0
2+
-------
3+
4+
5+
Deprecations
6+
^^^^^^^^^^^^
7+
* #2856: Support for custom commands that inherit directly from ``distutils`` is
8+
**deprecated**. Users should extend classes provided by setuptools instead.
9+
10+
Breaking Changes
11+
^^^^^^^^^^^^^^^^
12+
* #2870: Started failing on invalid inline description with line breaks :class:`ValueError` -- by :user:`webknjaz`
13+
14+
Changes
15+
^^^^^^^
16+
* #2698: Exposed exception classes from ``distutils.errors`` via ``setuptools.errors``.
17+
* #2866: Incorporate changes from pypa/distutils@f1b0a2b.
18+
19+
Documentation changes
20+
^^^^^^^^^^^^^^^^^^^^^
21+
* #2227: Added sphinx theme customisations to display the new logo in the sidebar and
22+
use its colours as "accent" in the documentation -- by :user:`abravalheri`
23+
* #2227: Added new setuptools logo, including editable files and artwork documentation
24+
-- by :user:`abravalheri`
25+
* #2698: Added mentions to ``setuptools.errors`` as a way of handling custom command
26+
errors.
27+
* #2698: Added instructions to migrate from ``distutils.commands`` and
28+
``distutils.errors`` in the porting guide.
29+
* #2871: Added a note to the docs that it is possible to install
30+
``setup.py``-less projects in editable mode with :doc:`pip v21.1+
31+
<pip:index>`, only having ``setup.cfg`` and ``pyproject.toml`` in
32+
project root -- by :user:`webknjaz`
33+
34+
135
v58.5.3
236
-------
337

changelog.d/2227.doc.1.rst

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

changelog.d/2227.doc.2.rst

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

changelog.d/2698.change.rst

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

changelog.d/2698.doc.1.rst

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

changelog.d/2698.doc.2.rst

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

changelog.d/2856.deprecation.rst

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

changelog.d/2866.change.rst

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

changelog.d/2870.breaking.rst

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

0 commit comments

Comments
 (0)