diff options
author | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:38:41 +0100 |
---|---|---|
committer | Benoit Pierre <benoit.pierre@gmail.com> | 2018-11-13 10:38:41 +0100 |
commit | b62705a84ab599a2feff059ececd33800f364555 (patch) | |
tree | cad574fa7726eb2bb928b1749334d5543349ee05 | |
parent | 7d96d92ab588a245abc8e1f0d67f8a42112fb983 (diff) | |
download | external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.tar.gz external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.tar.bz2 external_python_setuptools-b62705a84ab599a2feff059ececd33800f364555.zip |
Bump version: 40.6.1 → 40.6.2v40.6.2
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | changelog.d/1592.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 7a3e8743..dc26cb4d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v40.6.2 +------- + +* #1592: Fix invalid dependency on external six module (instead of vendored version). + + v40.6.1 ------- diff --git a/changelog.d/1592.change.rst b/changelog.d/1592.change.rst deleted file mode 100644 index 028f31e0..00000000 --- a/changelog.d/1592.change.rst +++ /dev/null @@ -1 +0,0 @@ -Fix invalid dependency on external six module (instead of vendored version). @@ -1,5 +1,5 @@ [bumpversion] -current_version = 40.6.1 +current_version = 40.6.2 commit = True tag = True @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="40.6.1", + version="40.6.2", description=( "Easily download, build, install, upgrade, and uninstall " "Python packages" |