Commit ee4d0dd1 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by Jason R. Coombs

Bump version: 46.0.0 → 46.1.0

parent bfe4e747
[bumpversion]
current_version = 46.0.0
current_version = 46.1.0
commit = True
tag = True
......
v46.1.0
-------
* #308: Allow version number normalization to be bypassed by wrapping in a 'setuptools.sic()' call.
* #1424: Prevent keeping files mode for package_data build. It may break a build if user's package data has read only flag.
* #1431: In ``easy_install.check_site_dir``, ensure the installation directory exists.
* #1563: In ``pkg_resources`` prefer ``find_spec`` (PEP 451) to ``find_module``.
Incorporate changes from 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.1.0
-------
......
Prevent keeping files mode for package_data build. It may break a build if user's package data has read only flag.
\ No newline at end of file
In ``easy_install.check_site_dir``, ensure the installation directory exists.
In ``pkg_resources`` prefer ``find_spec`` (PEP 451) to ``find_module``.
Allow version number normalization to be bypassed by wrapping in a 'setuptools.sic()' call.
......@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 46.0.0
version = 46.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