Commit da3ccf5f authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 41.2.0 → 41.3.0

parent 53d662a9
[bumpversion]
current_version = 41.2.0
current_version = 41.3.0
commit = True
tag = True
......
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
-------
......
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+.
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment