Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit c121d28

Browse files
committed
Bump version: 52.0.0 → 53.0.0
1 parent a96ab21 commit c121d28

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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 = 52.0.0
2+
current_version = 53.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v53.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #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.
8+
9+
110
v52.0.0
211
-------
312

changelog.d/1527.breaking.rst

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
license_files =
33
LICENSE
44
name = setuptools
5-
version = 52.0.0
5+
version = 53.0.0
66
author = Python Packaging Authority
77
author_email = [email protected]
88
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)