Skip to content

Commit

Permalink
Bump version: 54.0.0 → 54.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 5, 2021
1 parent 729c45d commit b40d7f4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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 = 54.0.0
current_version = 54.1.0
commit = True
tag = True

Expand Down
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v54.1.0
-------


Changes
^^^^^^^
* #1608: Removed the conversion of dashes to underscores in the :code:`extras_require` and :code:`data_files` of :code:`setup.cfg` to support the usage of dashes. Method will warn users when they use a dash-separated key which in the future will only allow an underscore. Note: the method performs the dash to underscore conversion to preserve compatibility, but future versions will no longer support it -- by :user:`melissa-kun-li`


v54.0.0
-------

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

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 54.0.0
version = 54.1.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 b40d7f4

Please sign in to comment.