Commit 50f3575d authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 45.3.0 → 46.0.0

parent dfd59c2a
[bumpversion] [bumpversion]
current_version = 45.3.0 current_version = 46.0.0
commit = True commit = True
tag = True tag = True
......
v46.0.0
-------
* #65: Once again as in 3.0, removed the Features feature.
* #1890: Fix vendored dependencies so importing ``setuptools.extern.some_module`` gives the same object as ``setuptools._vendor.some_module``. This makes Metadata picklable again.
* #1899: Test suite now fails on warnings.
* #2011: Fix broken link to distutils docs on package_data
* #1991: Include pkg_resources test data in sdist, so tests can be executed from it.
v45.3.0 v45.3.0
------- -------
......
Fix vendored dependencies so importing ``setuptools.extern.some_module`` gives the same object as ``setuptools._vendor.some_module``. This makes Metadata picklable again.
\ No newline at end of file
Test suite now fails on warnings.
Include pkg_resources test data in sdist, so tests can be executed from it.
Fix broken link to distutils docs on package_data
Once again as in 3.0, removed the Features feature.
...@@ -16,7 +16,7 @@ formats = zip ...@@ -16,7 +16,7 @@ formats = zip
[metadata] [metadata]
name = setuptools name = setuptools
version = 45.3.0 version = 46.0.0
description = Easily download, build, install, upgrade, and uninstall Python packages description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority author = Python Packaging Authority
author_email = distutils-sig@python.org 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