Skip to content

Commit b6bbe23

Browse files
committed
Bump version: 50.3.2 → 51.0.0
1 parent 7f477c5 commit b6bbe23

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-8
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 = 50.3.2
2+
current_version = 51.0.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
v51.0.0
2+
-------
3+
4+
5+
Breaking Changes
6+
^^^^^^^^^^^^^^^^
7+
* #2435: Require Python 3.6 or later.
8+
9+
Documentation changes
10+
^^^^^^^^^^^^^^^^^^^^^
11+
* #2430: Fixed inconsistent RST title nesting levels caused by #2399
12+
-- by :user:`webknjaz`
13+
* #2430: Fixed a typo in Sphinx docs that made docs dev section disappear
14+
as a result of PR #2426 -- by :user:`webknjaz`
15+
16+
Misc
17+
^^^^
18+
* #2471: Removed the tests that guarantee that the vendored dependencies can be built by distutils.
19+
20+
121
v50.3.2
222
-------
323

changelog.d/2430.doc.1.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2430.doc.2.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/2435.breaking.rst

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

changelog.d/2471.misc.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
@@ -16,7 +16,7 @@ formats = zip
1616

1717
[metadata]
1818
name = setuptools
19-
version = 50.3.2
19+
version = 51.0.0
2020
description = Easily download, build, install, upgrade, and uninstall Python packages
2121
author = Python Packaging Authority
2222
author_email = [email protected]

0 commit comments

Comments
 (0)