summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-02-12 11:15:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-02-12 11:15:03 -0500
commit8ccd428cd2a733891bffce13e017774ea82bd8d2 (patch)
treed3d89191b0e7ac27572610b3307909ad6e1dde6e /CHANGES.txt
parent236b0499acc167551df9553f7d20e8a5d0c010e0 (diff)
downloadpython-setuptools-git-8ccd428cd2a733891bffce13e017774ea82bd8d2.tar.gz
Correct syntax in changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 504281da..75b13e46 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -12,9 +12,9 @@ CHANGES
----
* Added support for using passwords from keyring in the upload
-command. See `the upload docs
-<http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
-for details.
+ command. See `the upload docs
+ <http://pythonhosted.org/setuptools/setuptools.html#upload-upload-source-and-or-egg-distributions-to-pypi>`_
+ for details.
20.0
----