summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-01 22:19:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-10-01 22:19:16 -0400
commit41a229bdf7d2f444f6f355042e816a53fbc5a3b2 (patch)
treeecc7d1199aa819de7dedbc5399d187e093330705
parent8519d4e5cee54885761200a4b90204944d3ef729 (diff)
downloadpython-setuptools-git-58.2.0.tar.gz
Bump version: 58.1.0 → 58.2.0v58.2.0
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst16
-rw-r--r--changelog.d/2757.change.rst1
-rw-r--r--changelog.d/2792.doc.rst1
-rw-r--r--changelog.d/2800.change.rst3
-rw-r--r--setup.cfg2
6 files changed, 18 insertions, 7 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index c7fab7fc..0ed35632 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 58.1.0
+current_version = 58.2.0
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index a77a8f1c..0a002fe5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,19 @@
+v58.2.0
+-------
+
+
+Changes
+^^^^^^^
+* #2757: Add windows arm64 launchers for scripts generated by easy_install.
+* #2800: Added ``--owner`` and ``--group`` options to the ``sdist`` command,
+ for specifying file ownership within the produced tarball (similarly
+ to the corresponding distutils ``sdist`` options).
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #2792: Document how the legacy and non-legacy versions are compared, and reference to the `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_ scheme.
+
+
v58.1.0
-------
diff --git a/changelog.d/2757.change.rst b/changelog.d/2757.change.rst
deleted file mode 100644
index 5b71f30f..00000000
--- a/changelog.d/2757.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add windows arm64 launchers for scripts generated by easy_install.
diff --git a/changelog.d/2792.doc.rst b/changelog.d/2792.doc.rst
deleted file mode 100644
index 3256d033..00000000
--- a/changelog.d/2792.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Document how the legacy and non-legacy versions are compared, and reference to the `PEP 440 <https://www.python.org/dev/peps/pep-0440/>`_ scheme.
diff --git a/changelog.d/2800.change.rst b/changelog.d/2800.change.rst
deleted file mode 100644
index cbb201e7..00000000
--- a/changelog.d/2800.change.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Added ``--owner`` and ``--group`` options to the ``sdist`` command,
-for specifying file ownership within the produced tarball (similarly
-to the corresponding distutils ``sdist`` options).
diff --git a/setup.cfg b/setup.cfg
index 0bee3cf3..d7236be6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
-version = 58.1.0
+version = 58.2.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages