diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-17 17:14:28 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-17 17:14:28 -0500 |
| commit | 925b6be6796c185e5d832a89ce33fbe38c0df5f6 (patch) | |
| tree | 340ced5ee4e805fb1394416cefa4ffc160ed1abd | |
| parent | 49364a9eb82a986da1a1e6ad24022f7aac6e10d3 (diff) | |
| download | python-setuptools-git-51.3.3.tar.gz | |
Bump version: 51.3.2 → 51.3.3v51.3.3
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2539.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 4d607217..debcfeeb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.3.2 +current_version = 51.3.3 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index 2de874ca..c094960f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v51.3.3 +------- + + +Misc +^^^^ +* #2539: Fix AttributeError in Description validation. + + v51.3.2 ------- diff --git a/changelog.d/2539.misc.rst b/changelog.d/2539.misc.rst deleted file mode 100644 index 20114be8..00000000 --- a/changelog.d/2539.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix AttributeError in Description validation. @@ -2,7 +2,7 @@ license_files = LICENSE name = setuptools -version = 51.3.2 +version = 51.3.3 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
