summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-20 19:20:06 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-20 19:20:06 +0000
commita81b1303544208467235212ff8a39755e88cee7f (patch)
treeb6c7ca56369000cca5e633c1b22515ebc38e35f6
parent0a15141ea396b8c95632f00045a3a8f8d0db50db (diff)
downloadpython-setuptools-git-66.1.1.tar.gz
Bump version: 66.1.0 → 66.1.1v66.1.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst10
-rw-r--r--changelog.d/3782.misc.rst2
-rw-r--r--setup.cfg2
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.
diff --git a/setup.cfg b/setup.cfg
index 04d88d32..0cededb7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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