summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-17 13:35:16 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-01-17 13:35:16 -0500
commitc5e0397b231f36d6349357a33c48618f82facb58 (patch)
tree4822d5469f8e90d82942cee399b62069682f7c15
parentcda74146bf3df2d86fbdcaf5abda46f63f6ac33f (diff)
downloadpython-setuptools-git-c5e0397b231f36d6349357a33c48618f82facb58.tar.gz
Bump version: 51.3.1 → 51.3.2v51.3.2
-rw-r--r--.bumpversion.cfg2
-rw-r--r--CHANGES.rst9
-rw-r--r--changelog.d/1390.misc.rst1
-rw-r--r--setup.cfg2
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 2cb50290..4d607217 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 51.3.1
+current_version = 51.3.2
commit = True
tag = True
diff --git a/CHANGES.rst b/CHANGES.rst
index 2be5fa2f..2de874ca 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,12 @@
+v51.3.2
+-------
+
+
+Misc
+^^^^
+* #1390: Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).
+
+
v51.3.1
-------
diff --git a/changelog.d/1390.misc.rst b/changelog.d/1390.misc.rst
deleted file mode 100644
index 5e4fb114..00000000
--- a/changelog.d/1390.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Validation of Description field now is more lenient, emitting a warning and mangling the value to be valid (replacing newlines with spaces).
diff --git a/setup.cfg b/setup.cfg
index aead4346..2476ede8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
-version = 51.3.1
+version = 51.3.2
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages