Skip to content

Commit

Permalink
Bump version: 41.2.0 → 41.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 7, 2019
1 parent 53d662a commit da3ccf5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 41.2.0
current_version = 41.3.0
commit = True
tag = True

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-------

Expand Down
1 change: 0 additions & 1 deletion changelog.d/1690.change.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1858.misc.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
Expand Down

0 comments on commit da3ccf5

Please sign in to comment.