summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst15
-rw-r--r--changelog.d/3515.misc.rst2
-rw-r--r--changelog.d/3517.misc.1.rst3
-rw-r--r--changelog.d/3517.misc.2.rst2
-rw-r--r--setup.cfg2
6 files changed, 17 insertions, 9 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 617ffcbf..f8ab2b2d 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 64.0.2
+current_version = 64.0.3
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 3efa5f77..cceb12bd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,18 @@
+v64.0.3
+-------
+
+
+Misc
+^^^^
+* #3515: Fixed "inline" file copying for editable installations and
+ optional extensions.
+* #3517: Fixed ``editable_wheel`` to ensure other commands are finalized before using
+ them. This should prevent errors with plugins trying to use different commands
+ or reinitializing them.
+* #3517: Augmented filter to prevent transient/temporary source files from being
+ considered ``package_data`` or ``data_files``.
+
+
v64.0.2
-------
diff --git a/changelog.d/3515.misc.rst b/changelog.d/3515.misc.rst
deleted file mode 100644
index c884a316..00000000
--- a/changelog.d/3515.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fixed "inline" file copying for editable installations and
-optional extensions. \ No newline at end of file
diff --git a/changelog.d/3517.misc.1.rst b/changelog.d/3517.misc.1.rst
deleted file mode 100644
index 81abcdb8..00000000
--- a/changelog.d/3517.misc.1.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Fixed ``editable_wheel`` to ensure other commands are finalized before using
-them. This should prevent errors with plugins trying to use different commands
-or reinitializing them.
diff --git a/changelog.d/3517.misc.2.rst b/changelog.d/3517.misc.2.rst
deleted file mode 100644
index 6aa5e579..00000000
--- a/changelog.d/3517.misc.2.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Augmented filter to prevent transient/temporary source files from being
-considered ``package_data`` or ``data_files``.
diff --git a/setup.cfg b/setup.cfg
index 840b82e2..23f119a0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 64.0.2
+version = 64.0.3
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages