diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-06 21:22:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-06 21:22:05 -0400 |
| commit | da3ccf5f648a5836ce5e9b0747a263860ae1dfaa (patch) | |
| tree | f30c7b0756509dbb81f3ad21c2c947f39f20ce10 | |
| parent | 53d662a9de0b8d449d167bf1c5cf291a2fecb094 (diff) | |
| download | python-setuptools-git-41.3.0.tar.gz | |
Bump version: 41.2.0 → 41.3.0v41.3.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 7 | ||||
| -rw-r--r-- | changelog.d/1690.change.rst | 1 | ||||
| -rw-r--r-- | changelog.d/1858.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e7e8ee4..37b22446 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 41.2.0 +current_version = 41.3.0 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index dd47cb43..883f4f2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v41.3.0 +------- + +* #1690: When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. +* #1858: Fixed failing integration test triggered by 'long_description_content_type' in packaging. + + v41.2.0 ------- diff --git a/changelog.d/1690.change.rst b/changelog.d/1690.change.rst deleted file mode 100644 index ecc51c55..00000000 --- a/changelog.d/1690.change.rst +++ /dev/null @@ -1 +0,0 @@ -When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. diff --git a/changelog.d/1858.misc.rst b/changelog.d/1858.misc.rst deleted file mode 100644 index b16ac1dd..00000000 --- a/changelog.d/1858.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed failing integration test triggered by 'long_description_content_type' in packaging. @@ -19,7 +19,7 @@ universal = 1 [metadata] name = setuptools -version = 41.2.0 +version = 41.3.0 description = Easily download, build, install, upgrade, and uninstall Python packages author = Python Packaging Authority author_email = distutils-sig@python.org |
