Skip to content

Commit f747e8b

Browse files
committed
Bump version: 63.1.0 → 63.2.0
1 parent b1353f7 commit f747e8b

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
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.1.0
2+
current_version = 63.2.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.2.0
2+
-------
3+
4+
5+
Changes
6+
^^^^^^^
7+
* #3395: Included a performance optimization: ``setuptools.build_meta`` no longer tries
8+
to :func:`compile` the setup script code before :func:`exec`-ing it.
9+
10+
Misc
11+
^^^^
12+
* #3435: Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew (pypa/distutils#158).
13+
14+
115
v63.1.0
216
-------
317

changelog.d/3395.change.rst

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

changelog.d/3435.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
@@ -1,6 +1,6 @@
11
[metadata]
22
name = setuptools
3-
version = 63.1.0
3+
version = 63.2.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)