aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:57:48 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-21 08:57:48 -0400
commitcb938be8439b69dc5f9b5c319466b2dce4cdf93f (patch)
tree8258868079e23890f1c5c8fb417bb02bfb3443ff
parent45d02681438f22943315c793f7fd72d668d93a3f (diff)
downloadexternal_python_setuptools-cb938be8439b69dc5f9b5c319466b2dce4cdf93f.tar.gz
external_python_setuptools-cb938be8439b69dc5f9b5c319466b2dce4cdf93f.tar.bz2
external_python_setuptools-cb938be8439b69dc5f9b5c319466b2dce4cdf93f.zip
Bump version: 40.1.1 → 40.2.0v40.2.0
-rw-r--r--CHANGES.rst6
-rw-r--r--changelog.d/1466.change.rst1
-rw-r--r--setup.cfg2
-rwxr-xr-xsetup.py2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5c52e940..3169e914 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+v40.2.0
+-------
+
+* #1466: Fix handling of Unicode arguments in PEP 517 backend
+
+
vv40.1.1
--------
diff --git a/changelog.d/1466.change.rst b/changelog.d/1466.change.rst
deleted file mode 100644
index 7818bfc1..00000000
--- a/changelog.d/1466.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix handling of Unicode arguments in PEP 517 backend
diff --git a/setup.cfg b/setup.cfg
index 0304f6ff..df021971 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 40.1.1
+current_version = 40.2.0
commit = True
tag = True
diff --git a/setup.py b/setup.py
index e01043aa..96dbbbbc 100755
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params = dict(
name="setuptools",
- version="40.1.1",
+ version="40.2.0",
description=(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"