diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 16 | ||||
| -rw-r--r-- | changelog.d/3795.change.rst | 2 | ||||
| -rw-r--r-- | changelog.d/3798.misc.rst | 3 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 18 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3110d108..2c9f7bf8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 67.0.0 +current_version = 67.1.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index a708a393..245c32fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +v67.1.0 +------- + + +Changes +^^^^^^^ +* #3795: Ensured that ``__file__`` is an absolute path when executing ``setup.py`` as + part of ``setuptools.build_meta``. + +Misc +^^^^ +* #3798: Updated validations for ``pyproject.toml`` using ``validate-pyproject==0.12.1`` + to allow stub packages (:pep:`561`) to be listed in ``tool.setuptools.packages`` + and ``tool.setuptools.package-dir``. + + v67.0.0 ------- diff --git a/changelog.d/3795.change.rst b/changelog.d/3795.change.rst deleted file mode 100644 index 17528671..00000000 --- a/changelog.d/3795.change.rst +++ /dev/null @@ -1,2 +0,0 @@ -Ensured that ``__file__`` is an absolute path when executing ``setup.py`` as -part of ``setuptools.build_meta``. diff --git a/changelog.d/3798.misc.rst b/changelog.d/3798.misc.rst deleted file mode 100644 index 1fb80649..00000000 --- a/changelog.d/3798.misc.rst +++ /dev/null @@ -1,3 +0,0 @@ -Updated validations for ``pyproject.toml`` using ``validate-pyproject==0.12.1`` -to allow stub packages (:pep:`561`) to be listed in ``tool.setuptools.packages`` -and ``tool.setuptools.package-dir``. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 67.0.0 +version = 67.1.0 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
