Skip to content

Commit

Permalink
Bump version: 63.1.0 → 63.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 13, 2022
1 parent b1353f7 commit f747e8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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 = 63.1.0
current_version = 63.2.0
commit = True
tag = True

Expand Down
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v63.2.0
-------


Changes
^^^^^^^
* #3395: Included a performance optimization: ``setuptools.build_meta`` no longer tries
to :func:`compile` the setup script code before :func:`exec`-ing it.

Misc
^^^^
* #3435: Corrected issue in macOS framework builds on Python 3.9 not installed by homebrew (pypa/distutils#158).


v63.1.0
-------

Expand Down
2 changes: 0 additions & 2 deletions changelog.d/3395.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/3435.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 63.1.0
version = 63.2.0
author = Python Packaging Authority
author_email = [email protected]
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit f747e8b

Please sign in to comment.