diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-11 14:45:14 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-11 14:45:14 -0500 |
| commit | 1c1c9152abcb8b1b6a13f1cfb4744f8d73016876 (patch) | |
| tree | 207ff993ef9216f2800744e42c43ec7713c63b40 | |
| parent | 758eab35155b97c364d8bf40654367fcb8785379 (diff) | |
| download | python-setuptools-git-40.6.3.tar.gz | |
Bump version: 40.6.2 → 40.6.3v40.6.3
| -rw-r--r-- | CHANGES.rst | 6 | ||||
| -rw-r--r-- | changelog.d/1594.change.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index dc26cb4d..48a176a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.6.3 +------- + +* #1594: PEP 517 backend no longer declares setuptools as a dependency as it can be assumed. + + v40.6.2 ------- diff --git a/changelog.d/1594.change.rst b/changelog.d/1594.change.rst deleted file mode 100644 index 91a0c28c..00000000 --- a/changelog.d/1594.change.rst +++ /dev/null @@ -1 +0,0 @@ -PEP 517 backend no longer declares setuptools as a dependency as it can be assumed. @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.6.2 +current_version = 40.6.3 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.6.2", + version="40.6.3", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |
