Commit c121d289 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 52.0.0 → 53.0.0

parent a96ab21c
[bumpversion] [bumpversion]
current_version = 52.0.0 current_version = 53.0.0
commit = True commit = True
tag = True tag = True
......
v53.0.0
-------
Breaking Changes
^^^^^^^^^^^^^^^^
* #1527: Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.
v52.0.0 v52.0.0
------- -------
......
Removed bootstrap script. Now Setuptools requires pip or another pep517-compliant builder such as 'build' to build. Now Setuptools can be installed from Github main branch.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
license_files = license_files =
LICENSE LICENSE
name = setuptools name = setuptools
version = 52.0.0 version = 53.0.0
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment