From 40c8bcf70ce397bf8d8ffcf3e8471e5da1d76dfc Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Sat, 23 Sep 2017 15:53:42 -0500 Subject: [PATCH] Fix the invalid restructured text in HISTORY file This was breaking the display of our long_description on PyPI. --- HISTORY.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4694e495..7f18ea36 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -52,8 +52,8 @@ dev **Bugfixes** -- Fix an error in the packaging whereby the *.whl contained incorrect data that - regressed the fix in v2.17.3. +- Fix an error in the packaging whereby the ``*.whl`` contained incorrect data + that regressed the fix in v2.17.3. 2.18.0 (2017-06-14) +++++++++++++++++++