Skip to content

Commit

Permalink
Bump version: 46.0.0 → 46.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason R. Coombs authored and jaraco committed Mar 21, 2020
1 parent bfe4e74 commit ee4d0dd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 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 = 46.0.0
current_version = 46.1.0
commit = True
tag = True

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

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/308.change.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 @@ -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
Expand Down

0 comments on commit ee4d0dd

Please sign in to comment.