diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-03-28 13:50:20 +0100 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-03-28 13:50:20 +0100 |
commit | 245d72a8aa4d47e1811425213aba2a06a0bb64fa (patch) | |
tree | 766bd863857006a69b57198e09958b005e704e5f | |
parent | bd9e22b172a722e1f2febf28d9ff69426db4eb5a (diff) | |
download | python-setuptools-git-245d72a8aa4d47e1811425213aba2a06a0bb64fa.tar.gz |
Bump version: 67.6.0 → 67.6.1v67.6.1
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 12 | ||||
-rw-r--r-- | changelog.d/3865.misc.rst | 2 | ||||
-rw-r--r-- | changelog.d/3875.misc.rst | 2 | ||||
-rw-r--r-- | setup.cfg | 2 |
5 files changed, 14 insertions, 6 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bbd755e1..9d4bf354 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.6.0 +current_version = 67.6.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 7b88786a..8303123e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +v67.6.1 +------- + + +Misc +^^^^ +* #3865: Fixed ``_WouldIgnoreField`` warnings for ``scripts`` and ``gui_scripts``, + when ``entry-points`` is not listed in dynamic. +* #3875: Update code generated by ``validate-pyproject`` to use v0.12.2. + This should fix default license patterns when ``pyproject.toml`` is used. + + v67.6.0 ------- diff --git a/changelog.d/3865.misc.rst b/changelog.d/3865.misc.rst deleted file mode 100644 index f46fc579..00000000 --- a/changelog.d/3865.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed ``_WouldIgnoreField`` warnings for ``scripts`` and ``gui_scripts``, -when ``entry-points`` is not listed in dynamic. diff --git a/changelog.d/3875.misc.rst b/changelog.d/3875.misc.rst deleted file mode 100644 index e78ebf2c..00000000 --- a/changelog.d/3875.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Update code generated by ``validate-pyproject`` to use v0.12.2. -This should fix default license patterns when ``pyproject.toml`` is used. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 67.6.0 +version = 67.6.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |