diff options
author | Paul Ganssle <paul@ganssle.io> | 2020-08-10 19:22:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 19:22:25 -0400 |
commit | 7fbca8ce5b7c5aa9583d6ab0033f5223299657dc (patch) | |
tree | 896d4cecaba74a596c5bdea95a6a701d1f7db504 | |
parent | 0b111ad040887a39e4821ebe5198d4246af0253c (diff) | |
parent | 5ad59e64b35b9444a42a75f9d454802f0916e209 (diff) | |
download | external_python_setuptools-master.tar.gz external_python_setuptools-master.tar.bz2 external_python_setuptools-master.zip |
Remove superfluous 'v' in CHANGES.rst
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index df0230e7..b7c0a018 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -vv49.3.1 +v49.3.1 -------- * #2316: Removed warning when ``distutils`` is imported before ``setuptools`` when ``distutils`` replacement is not enabled. |