Skip to content

Commit

Permalink
Bump version: 50.2.0 → 50.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 5, 2020
1 parent 6c69bf9 commit f84c145
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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 = 50.2.0
current_version = 50.3.0
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v50.3.0
-------

* #2368: In distutils, restore support for monkeypatched CCompiler.spawn per pypa/distutils#15.


v50.2.0
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/2368.change.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 @@ -16,7 +16,7 @@ formats = zip

[metadata]
name = setuptools
version = 50.2.0
version = 50.3.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
Expand Down

0 comments on commit f84c145

Please sign in to comment.