Bump version: 41.2.0 → 41.3.0

This commit is contained in:
Jason R. Coombs 2019-10-06 21:22:05 -04:00
parent 53d662a9de
commit da3ccf5f64
5 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 41.2.0
current_version = 41.3.0
commit = True
tag = True

View File

@ -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
-------

View File

@ -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+.

View File

@ -1 +0,0 @@
Fixed failing integration test triggered by 'long_description_content_type' in packaging.

View File

@ -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