summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-01-15 20:24:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-01-15 20:24:02 -0500
commit03f07326cdc72daf7f826f75800b10adda097ca4 (patch)
tree00afaa4f78a9c7ab2da52bd788c555afc76cead2
parent217d9267e017aed6ddff36fa47d82ceb475cbf22 (diff)
downloadpython-setuptools-git-03f07326cdc72daf7f826f75800b10adda097ca4.tar.gz
Bump version: 65.7.0 → 66.0.0v66.0.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst13
-rw-r--r--changelog.d/2497.breaking.rst1
-rw-r--r--changelog.d/3769.change.rst1
-rw-r--r--setup.cfg2
5 files changed, 15 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 3428c6fe..a7f4e509 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 65.7.0
+current_version = 66.0.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 495d8aa6..a5d7a4a0 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,16 @@
+v66.0.0
+-------
+
+
+Breaking Changes
+^^^^^^^^^^^^^^^^
+* #2497: Support for PEP 440 non-conforming versions has been removed. Environments containing packages with non-conforming versions may fail or the packages may not be recognized.
+
+Changes
+^^^^^^^
+* #3769: Replace 'appdirs' with 'platformdirs'.
+
+
v65.7.0
-------
diff --git a/changelog.d/2497.breaking.rst b/changelog.d/2497.breaking.rst
deleted file mode 100644
index eef6a5ac..00000000
--- a/changelog.d/2497.breaking.rst
+++ /dev/null
@@ -1 +0,0 @@
-Support for PEP 440 non-conforming versions has been removed. Environments containing packages with non-conforming versions may fail or the packages may not be recognized.
diff --git a/changelog.d/3769.change.rst b/changelog.d/3769.change.rst
deleted file mode 100644
index e404ba93..00000000
--- a/changelog.d/3769.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Replace 'appdirs' with 'platformdirs'.
diff --git a/setup.cfg b/setup.cfg
index 937b72c8..cd0e6b0b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 65.7.0
+version = 66.0.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages