Skip to content

Commit 03d36b9

Browse files
committed
Bump version: 50.1.0 → 50.2.0
1 parent 6952ae8 commit 03d36b9

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
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.1.0
2+
current_version = 50.2.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v50.2.0
2+
-------
3+
4+
* #2355: When pip is imported as part of a build, leave distutils patched.
5+
* #2380: There are some setuptools specific changes in the
6+
`setuptools.command.bdist_rpm` module that are no longer needed, because
7+
they are part of the `bdist_rpm` module in distutils in Python
8+
3.5.0. Therefore, code was removed from `setuptools.command.bdist_rpm`.
9+
10+
111
v50.1.0
212
-------
313

changelog.d/2355.change.rst

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

changelog.d/2380.change.rst

Lines changed: 0 additions & 4 deletions
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.1.0
19+
version = 50.2.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)