diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-11 09:27:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-11 09:27:06 -0400 |
commit | 1d8e96874138f1451199aba5a2f55a6e05e67c25 (patch) | |
tree | 32ecfa150b2345adde7238be07829d46b0639412 | |
parent | 01fd232d95ad51f784de53c0993a7b91868d269d (diff) | |
download | external_python_setuptools-1d8e96874138f1451199aba5a2f55a6e05e67c25.tar.gz external_python_setuptools-1d8e96874138f1451199aba5a2f55a6e05e67c25.tar.bz2 external_python_setuptools-1d8e96874138f1451199aba5a2f55a6e05e67c25.zip |
Remove extraneous v
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 3169e914..d1667ebf 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ v40.2.0 * #1466: Fix handling of Unicode arguments in PEP 517 backend -vv40.1.1 +v40.1.1 -------- * #1465: Fix regression with `egg_info` command when tagging is used. |