summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-17 12:04:28 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-10-17 12:04:28 -0400
commit7ff173926c4773d39f3320ff0c9d65afb290e7b1 (patch)
tree81df189599d950d84cae7d089e5619e833b43e91
parentedd84c82db629843c3ff8bd93041e67197ea552c (diff)
downloadpython-setuptools-git-7ff173926c4773d39f3320ff0c9d65afb290e7b1.tar.gz
Bump version: 50.3.1 → 50.3.2v50.3.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst22
-rw-r--r--changelog.d/2394.doc.rst3
-rw-r--r--changelog.d/2401.misc.rst2
-rw-r--r--changelog.d/2420.misc.rst1
-rw-r--r--changelog.d/2421.misc.rst2
-rw-r--r--changelog.d/2427.doc.rst2
-rw-r--r--changelog.d/2428.doc.rst1
-rw-r--r--setup.cfg2
9 files changed, 24 insertions, 13 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 57cc3f18..97840e42 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 50.3.1
+current_version = 50.3.2
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index c96fb0bc..ab03c20a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,25 @@
+v50.3.2
+-------
+
+
+Documentation changes
+^^^^^^^^^^^^^^^^^^^^^
+* #2394: Extended towncrier news template to include change note categories.
+ This allows to see what types of changes a given version introduces
+ -- by :user:`webknjaz`
+* #2427: Started enforcing strict syntax and reference validation
+ in the Sphinx docs -- by :user:`webknjaz`
+* #2428: Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
+
+Misc
+^^^^
+* #2401: Enabled test results reporting in AppVeyor CI
+ -- by :user:`webknjaz`
+* #2420: Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
+* #2421: Python 3.9 Trove classifier got added to the dist metadata
+ -- by :user:`webknjaz`
+
+
v50.3.1
-------
diff --git a/changelog.d/2394.doc.rst b/changelog.d/2394.doc.rst
deleted file mode 100644
index 338e8895..00000000
--- a/changelog.d/2394.doc.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Extended towncrier news template to include change note categories.
-This allows to see what types of changes a given version introduces
--- by :user:`webknjaz`
diff --git a/changelog.d/2401.misc.rst b/changelog.d/2401.misc.rst
deleted file mode 100644
index 924880a3..00000000
--- a/changelog.d/2401.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Enabled test results reporting in AppVeyor CI
--- by :user:`webknjaz`
diff --git a/changelog.d/2420.misc.rst b/changelog.d/2420.misc.rst
deleted file mode 100644
index 94984797..00000000
--- a/changelog.d/2420.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
diff --git a/changelog.d/2421.misc.rst b/changelog.d/2421.misc.rst
deleted file mode 100644
index 295f5de8..00000000
--- a/changelog.d/2421.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Python 3.9 Trove classifier got added to the dist metadata
--- by :user:`webknjaz`
diff --git a/changelog.d/2427.doc.rst b/changelog.d/2427.doc.rst
deleted file mode 100644
index bec964ff..00000000
--- a/changelog.d/2427.doc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Started enforcing strict syntax and reference validation
-in the Sphinx docs -- by :user:`webknjaz`
diff --git a/changelog.d/2428.doc.rst b/changelog.d/2428.doc.rst
deleted file mode 100644
index 43586b0e..00000000
--- a/changelog.d/2428.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
diff --git a/setup.cfg b/setup.cfg
index 99846e9f..5ee3a8e9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
-version = 50.3.1
+version = 50.3.2
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org