Skip to content

Commit

Permalink
Bump version: 58.3.0 → 58.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 1, 2021
1 parent d468d14 commit 8b37b2b
Show file tree
Hide file tree
Showing 6 changed files with 19 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 = 58.3.0
current_version = 58.4.0
commit = True
tag = True

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


Changes
^^^^^^^
* #2497: Officially deprecated PEP 440 non-compliant versions.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2932: Removed the deprecated ``data_files`` option from the example in the
declarative configuration docs -- by :user:`abravalheri`
* #2932: Change type of ``data_files`` option from ``dict`` to ``section`` in
declarative configuration docs (to match previous example) -- by
:user:`abravalheri`


v58.3.0
-------

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/2932.doc.2.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.3.0
version = 58.4.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 8b37b2b

Please sign in to comment.