summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-08-18 08:34:58 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-08-18 08:34:58 -0400
commitd556d81943840387ec8996bf7bd45dddb6b351ae (patch)
tree90a611ec137b99635c4be7855a29443e268c3a7e
parenta103d888e6c46404ccb92539946a47eef0f90164 (diff)
downloadpython-setuptools-git-65.1.0.tar.gz
Bump version: 65.0.2 → 65.1.0v65.1.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/3536.change.rst1
-rw-r--r--changelog.d/3538.doc.rst1
-rw-r--r--setup.cfg2
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index f12bb2dc..9dde3c5f 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 65.0.2
+current_version = 65.1.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 1021030e..6cd0a78b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v65.1.0
+-------
+
+
+Changes
+^^^^^^^
+* #3536: Remove monkeypatching of msvc9compiler.
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #3538: Corrected documentation on how to use the `legacy-editable` mode.
+
+
v65.0.2
-------
diff --git a/changelog.d/3536.change.rst b/changelog.d/3536.change.rst
deleted file mode 100644
index 21a77875..00000000
--- a/changelog.d/3536.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove monkeypatching of msvc9compiler.
diff --git a/changelog.d/3538.doc.rst b/changelog.d/3538.doc.rst
deleted file mode 100644
index ff82dffb..00000000
--- a/changelog.d/3538.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Corrected documentation on how to use the `legacy-editable` mode.
diff --git a/setup.cfg b/setup.cfg
index 064e0e5a..b2a69504 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 65.0.2
+version = 65.1.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages