diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-05-10 09:46:57 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-05-10 09:46:57 -0400 |
| commit | 1b25c061e54714dbea68c5194b74f09191ce6381 (patch) | |
| tree | d5f197f7d6df662a9640bd647e1be6a1feb61cea | |
| parent | 5c660fb166f45899be3827f943fe7438722b7232 (diff) | |
| download | python-setuptools-git-1b25c061e54714dbea68c5194b74f09191ce6381.tar.gz | |
Bump version: 62.1.0 → 62.2.0v62.2.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 13 | ||||
| -rw-r--r-- | changelog.d/3282.misc.rst | 1 | ||||
| -rw-r--r-- | changelog.d/3299.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1125d38d..7fb9cd18 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 62.1.0 +current_version = 62.2.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 5061ecb9..54fc15bf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,16 @@ +v62.2.0 +------- + + +Changes +^^^^^^^ +* #3299: Optional metadata fields are now truly optional. Includes merge with pypa/distutils@a7cfb56 per pypa/distutils#138. + +Misc +^^^^ +* #3282: Added CI cache for ``setup.cfg`` examples used when testing ``setuptools.config``. + + v62.1.0 ------- diff --git a/changelog.d/3282.misc.rst b/changelog.d/3282.misc.rst deleted file mode 100644 index e7fbec76..00000000 --- a/changelog.d/3282.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Added CI cache for ``setup.cfg`` examples used when testing ``setuptools.config``. diff --git a/changelog.d/3299.change.rst b/changelog.d/3299.change.rst deleted file mode 100644 index a5b6a8e7..00000000 --- a/changelog.d/3299.change.rst +++ /dev/null @@ -1 +0,0 @@ -Optional metadata fields are now truly optional. Includes merge with pypa/distutils@a7cfb56 per pypa/distutils#138. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 62.1.0 +version = 62.2.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
