diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-17 13:35:16 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-17 13:35:16 -0500 |
commit | c5e0397b231f36d6349357a33c48618f82facb58 (patch) | |
tree | 4822d5469f8e90d82942cee399b62069682f7c15 | |
parent | cda74146bf3df2d86fbdcaf5abda46f63f6ac33f (diff) | |
download | python-setuptools-git-c5e0397b231f36d6349357a33c48618f82facb58.tar.gz |
Bump version: 51.3.1 → 51.3.2v51.3.2
-rw-r--r-- | .bumpversion.cfg | 2 | ||||
-rw-r--r-- | CHANGES.rst | 9 | ||||
-rw-r--r-- | changelog.d/1390.misc.rst | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
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). @@ -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 |