Commit 78fd7302 authored by Jason R. Coombs's avatar Jason R. Coombs

Bump version: 40.6.3 → 40.7.0

parent b31997db
v40.7.0
-------
* #1551: File inputs for the `license` field in `setup.cfg` files now explicitly raise an error.
* #1180: Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
* #1499: ``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
* #1544: Added tests for PackageIndex.download (for git URLs).
* #1625: In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.
v40.6.3 v40.6.3
------- -------
......
Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
Added tests for PackageIndex.download (for git URLs).
File inputs for the `license` field in `setup.cfg` files now explicitly raise an error.
In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.
[bumpversion] [bumpversion]
current_version = 40.6.3 current_version = 40.7.0
commit = True commit = True
tag = True tag = True
...@@ -26,3 +26,4 @@ universal = 1 ...@@ -26,3 +26,4 @@ universal = 1
license_file = LICENSE license_file = LICENSE
[bumpversion:file:setup.py] [bumpversion:file:setup.py]
...@@ -89,7 +89,7 @@ def pypi_link(pkg_filename): ...@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict( setup_params = dict(
name="setuptools", name="setuptools",
version="40.6.3", version="40.7.0",
description=( description=(
"Easily download, build, install, upgrade, and uninstall " "Easily download, build, install, upgrade, and uninstall "
"Python packages" "Python packages"
......
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