Skip to content

Commit 565d4fe

Browse files
committed
Bump version: 63.2.0 → 63.3.0
1 parent ccb0666 commit 565d4fe

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
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 = 63.2.0
2+
current_version = 63.3.0
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v63.3.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3460: <<<<<<< HEAD
8+
Limit the scope of the _distutils_hack workaround for pip.
9+
=======
10+
Remove the pip workaround in _distutils_hack.
11+
>>>>>>> 46344cf0 (Remove pip workaround in _distutils_hack.)
12+
* #3475: Merge with pypa/distutils@129480b, including substantial delinting and cleanup, some refactoring around compiler logic, better messaging in cygwincompiler (pypa/distutils#161).
13+
14+
115
v63.2.0
216
-------
317

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 63.2.0
3+
version = 63.3.0
44
author = Python Packaging Authority
55
author_email = [email protected]
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)