Commit 1988125e authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 44.0.0 → 44.1.0

parent c020b5f8
[bumpversion]
current_version = 44.0.0
current_version = 44.1.0
commit = True
tag = True
[bumpversion:file:setup.cfg]
v44.1.0
-------
* #1704: Set sys.argv[0] in setup script run by build_meta.__legacy__
* #1959: Fix for Python 4: replace unsafe six.PY3 with six.PY2
* #1994: Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook.
v44.0.0
-------
......
Set sys.argv[0] in setup script run by build_meta.__legacy__
Fix for Python 4: replace unsafe six.PY3 with six.PY2
Fixed a bug in the "setuptools.finalize_distribution_options" hook that lead to ignoring the order attribute of entry points managed by this hook.
......@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 44.0.0
version = 44.1.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