Skip to content

Commit 5179e8f

Browse files
committed
Bump version: 63.4.1 → 63.4.2
1 parent 536d02e commit 5179e8f

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

.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.4.1
2+
current_version = 63.4.2
33
commit = True
44
tag = True
55

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v63.4.2
2+
-------
3+
4+
5+
Misc
6+
^^^^
7+
* #3453: Bump vendored version of :pypi:`pyparsing` to 3.0.9.
8+
* #3481: Add warning for potential ``install_requires`` and ``extras_require``
9+
misconfiguration in ``setup.cfg``
10+
* #3487: Modified ``pyproject.toml`` validation exception handling to
11+
make relevant debugging information easier to spot.
12+
13+
114
v63.4.1
215
-------
316

changelog.d/3453.misc.rst

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

changelog.d/3481.misc.rst

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

changelog.d/3487.misc.rst

Lines changed: 0 additions & 2 deletions
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.4.1
3+
version = 63.4.2
44
author = Python Packaging Authority
55
author_email = distutils-sig@python.org
66
description = Easily download, build, install, upgrade, and uninstall Python packages

0 commit comments

Comments
 (0)