diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 20:06:33 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-08-06 20:06:33 +0100 |
| commit | 5179e8fcd89657d0f9b3660e2a7ec6f6eec9ce36 (patch) | |
| tree | 0c153a0badb5d329c482acdf499784b7315609aa | |
| parent | 536d02e66a832398b92e763260bdd3ef0d78e102 (diff) | |
| download | python-setuptools-git-63.4.2.tar.gz | |
Bump version: 63.4.1 → 63.4.2v63.4.2
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 13 | ||||
| -rw-r--r-- | changelog.d/3453.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3481.misc.rst | 2 | ||||
| -rw-r--r-- | changelog.d/3487.misc.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
6 files changed, 15 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f462bfad..d25ccab3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 63.4.1 +current_version = 63.4.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 08ebd86c..9244bc6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +v63.4.2 +------- + + +Misc +^^^^ +* #3453: Bump vendored version of :pypi:`pyparsing` to 3.0.9. +* #3481: Add warning for potential ``install_requires`` and ``extras_require`` + misconfiguration in ``setup.cfg`` +* #3487: Modified ``pyproject.toml`` validation exception handling to + make relevant debugging information easier to spot. + + v63.4.1 ------- diff --git a/changelog.d/3453.misc.rst b/changelog.d/3453.misc.rst deleted file mode 100644 index 55183080..00000000 --- a/changelog.d/3453.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Bump vendored version of :pypi:`pyparsing` to 3.0.9. diff --git a/changelog.d/3481.misc.rst b/changelog.d/3481.misc.rst deleted file mode 100644 index 61e63c90..00000000 --- a/changelog.d/3481.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add warning for potential ``install_requires`` and ``extras_require`` -misconfiguration in ``setup.cfg`` diff --git a/changelog.d/3487.misc.rst b/changelog.d/3487.misc.rst deleted file mode 100644 index 9dbbb61c..00000000 --- a/changelog.d/3487.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Modified ``pyproject.toml`` validation exception handling to -make relevant debugging information easier to spot. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 63.4.1 +version = 63.4.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
