diff options
-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 |