aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2020-08-10 11:45:22 -0400
committerPaul Ganssle <paul@ganssle.io>2020-08-10 11:45:22 -0400
commit5ad59e64b35b9444a42a75f9d454802f0916e209 (patch)
tree896d4cecaba74a596c5bdea95a6a701d1f7db504
parent0b111ad040887a39e4821ebe5198d4246af0253c (diff)
downloadexternal_python_setuptools-5ad59e64b35b9444a42a75f9d454802f0916e209.tar.gz
external_python_setuptools-5ad59e64b35b9444a42a75f9d454802f0916e209.tar.bz2
external_python_setuptools-5ad59e64b35b9444a42a75f9d454802f0916e209.zip
Remove superfluous 'v' in CHANGES.rstfix_changelog
This was an artifact of the fact that I did not use `tox -e finalize` to do the latest release in order to make a patch release.
-rw-r--r--CHANGES.rst2
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.