Skip to content

Commit 8b37b2b

Browse files
committed
Bump version: 58.3.0 → 58.4.0
1 parent d468d14 commit 8b37b2b

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
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.3.0
2+
current_version = 58.4.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
v58.4.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #2497: Officially deprecated PEP 440 non-compliant versions.
8+
9+
Documentation changes
10+
^^^^^^^^^^^^^^^^^^^^^
11+
* #2932: Removed the deprecated ``data_files`` option from the example in the
12+
declarative configuration docs -- by :user:`abravalheri`
13+
* #2932: Change type of ``data_files`` option from ``dict`` to ``section`` in
14+
declarative configuration docs (to match previous example) -- by
15+
:user:`abravalheri`
16+
17+
118
v58.3.0
219
-------
320

changelog.d/2497.change.rst

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

changelog.d/2932.doc.1.rst

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

changelog.d/2932.doc.2.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 58.3.0
3+
version = 58.4.0
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)