Skip to content

Commit

Permalink
Bump version: 40.6.3 → 40.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 27, 2019
1 parent b31997d commit 78fd730
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,13 @@
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
-------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 2 additions & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 40.6.3
current_version = 40.7.0
commit = True
tag = True

Expand All @@ -26,3 +26,4 @@ universal = 1
license_file = LICENSE

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -89,7 +89,7 @@ def pypi_link(pkg_filename):

setup_params = dict(
name="setuptools",
version="40.6.3",
version="40.7.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
Expand Down

0 comments on commit 78fd730

Please sign in to comment.