diff options
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 10 | ||||
| -rw-r--r-- | changelog.d/3782.misc.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 12 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d997ebcd..53f735f0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 66.1.0 +current_version = 66.1.1 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 7a9d8176..fc92c8c0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +v66.1.1 +------- + + +Misc +^^^^ +* #3782: Fixed problem with ``file`` directive in ``tool.setuptools.dynamic`` + (``pyproject.toml``) when value is a simple string instead of list. + + v66.1.0 ------- diff --git a/changelog.d/3782.misc.rst b/changelog.d/3782.misc.rst deleted file mode 100644 index ebf5f2d6..00000000 --- a/changelog.d/3782.misc.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed problem with ``file`` directive in ``tool.setuptools.dynamic`` -(``pyproject.toml``) when value is a simple string instead of list. @@ -1,6 +1,6 @@ [metadata] name = setuptools -version = 66.1.0 +version = 66.1.1 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
