Imported Upstream version 65.6.2 upstream/65.6.2
authorJinWang An <jinwang.an@samsung.com>
Mon, 27 Mar 2023 08:02:58 +0000 (17:02 +0900)
committerJinWang An <jinwang.an@samsung.com>
Mon, 27 Mar 2023 08:02:58 +0000 (17:02 +0900)
.bumpversion.cfg
CHANGES.rst
setup.cfg

index d3921d9a4a21851e69ebda84c2aa0a7639b84336..db5a5c5c17544353b1f2d220390bea9d1d759b36 100644 (file)
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 65.6.1
+current_version = 65.6.2
 commit = True
 tag = True
 
index 52a87965193f3a2c8f17871a76af23e97f4381e6..6d57c8fb98f2ee3cdbf32a36f26e2bf1464b88aa 100644 (file)
@@ -1,10 +1,16 @@
+v65.6.2
+-------
+
+No significant changes.
+
+
 v65.6.1
 -------
 
 
 Documentation changes
 ^^^^^^^^^^^^^^^^^^^^^
-* #3689: Document that ``distutils.cfg`` might be ignored unless
+* #3689: Documented that ``distutils.cfg`` might be ignored unless
   ``SETUPTOOLS_USE_DISTUTILS=stdlib``.
 
 Misc
@@ -13,7 +19,9 @@ Misc
 * #3684: Improved exception/traceback when invalid entry-points are specified.
 * #3690: Fixed logging errors: 'underlying buffer has been detached' (issue #1631).
 * #3693: Merge pypa/distutils@3e9d47e with compatibility fix for distutils.log.Log.
-* #3704: Fix temporary build directories interference with auto-discovery.
+* #3695, #3697, #3698, #3699: Changed minor text details (spelling, spaces ...)
+* #3696: Removed unnecessary ``coding: utf-8`` annotations
+* #3704: Fixed temporary build directories interference with auto-discovery.
 
 
 v65.6.0
index 588d4a4155870aeade64a2f57a328febbef1c5b6..0e18e067f714313ab15217430b86dbefbabc423f 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = setuptools
-version = 65.6.1
+version = 65.6.2
 author = Python Packaging Authority
 author_email = distutils-sig@python.org
 description = Easily download, build, install, upgrade, and uninstall Python packages