Skip to content

Commit

Permalink
Bump version: 53.1.0 → 54.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Feb 28, 2021
1 parent 341972d commit f07e7ea
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 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 = 53.1.0
current_version = 54.0.0
commit = True
tag = True

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


Breaking Changes
^^^^^^^^^^^^^^^^
* #2582: Simplified build-from-source story by providing bootstrapping metadata in a separate egg-info directory. Build requirements no longer include setuptools itself. Sdist once again includes the pyproject.toml. Project can no longer be installed from source on pip 19.x, but install from source is still supported on pip < 19 and pip >= 20 and install from wheel is still supported with pip >= 9.

Changes
^^^^^^^
* #1932: Handled :code:`AttributeError` by raising :code:`DistutilsSetupError` in :code:`dist.check_specifier()` when specifier is not a string -- by :user:`melissa-kun-li`
* #2570: Correctly parse cmdclass in setup.cfg.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2553: Added userguide example for markers in extras_require -- by :user:`pwoolvett`


v53.1.0
-------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/2582.breaking.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 = 53.1.0
version = 54.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit f07e7ea

Please sign in to comment.