diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 09:08:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-18 09:08:44 -0400 |
commit | b40d2de57b61a28cb79f25eb99a2c2e6f9426343 (patch) | |
tree | 1eb053f5679398fcd2bc8d022f08e89bef195a51 | |
parent | 91e2d0e5b26bfd74a2b9b9d6863c0600275eef06 (diff) | |
download | external_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.tar.gz external_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.tar.bz2 external_python_setuptools-b40d2de57b61a28cb79f25eb99a2c2e6f9426343.zip |
Bump version: 40.3.0 → 40.4.0v40.4.0
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/1481.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 5da4acfa..189ea809 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.4.0 +------- + +* #1481: Join the sdist ``--dist-dir`` and the ``build_meta`` sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two). + + v40.3.0 ------- diff --git a/changelog.d/1481.change.rst b/changelog.d/1481.change.rst deleted file mode 100644 index 463ba6d9..00000000 --- a/changelog.d/1481.change.rst +++ /dev/null @@ -1 +0,0 @@ -Join the sdist ``--dist-dir`` and the ``build_meta`` sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two). @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.3.0 +current_version = 40.4.0 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.3.0", + version="40.4.0", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |