summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-15 21:39:45 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-15 21:39:45 +0100
commit0a1906819c568ceb3ffccc61d531fecd6b8662de (patch)
treea8c733bbe769d30923b2d411200e22cf73700c22
parentfe089a9c41f014113afd56cc7927dcda6440ee86 (diff)
downloadpython-setuptools-git-0a1906819c568ceb3ffccc61d531fecd6b8662de.tar.gz
Bump version: 65.0.0 → 65.0.1v65.0.1
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst17
-rw-r--r--changelog.d/3526.misc.rst2
-rw-r--r--changelog.d/3528.misc.rst2
-rw-r--r--changelog.d/3529.doc.rst2
-rw-r--r--setup.cfg2
6 files changed, 19 insertions, 8 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 05e78cde..bbfad4b6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 65.0.0
+current_version = 65.0.1
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index d4d64379..185697c6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,20 @@
+v65.0.1
+-------
+
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #3529: Added clarification to :doc:`/userguide/quickstart` about support
+ to ``setup.py``.
+
+Misc
+^^^^
+* #3526: Fix backward compatibility of editable installs and custom ``build_ext``
+ commands inheriting directly from ``distutils``.
+* #3528: Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
+ given ``metadata_directory`` is ``"."``.
+
+
v65.0.0
-------
diff --git a/changelog.d/3526.misc.rst b/changelog.d/3526.misc.rst
deleted file mode 100644
index b6bbb65d..00000000
--- a/changelog.d/3526.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix backward compatibility of editable installs and custom ``build_ext``
-commands inheriting directly from ``distutils``.
diff --git a/changelog.d/3528.misc.rst b/changelog.d/3528.misc.rst
deleted file mode 100644
index b1cd7732..00000000
--- a/changelog.d/3528.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when
-given ``metadata_directory`` is ``"."``.
diff --git a/changelog.d/3529.doc.rst b/changelog.d/3529.doc.rst
deleted file mode 100644
index 6d1f0e8f..00000000
--- a/changelog.d/3529.doc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added clarification to :doc:`/userguide/quickstart` about support
-to ``setup.py``.
diff --git a/setup.cfg b/setup.cfg
index 25a0541c..3346b1f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 65.0.0
+version = 65.0.1
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages