diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-09-23 15:53:42 -0500 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2017-09-23 15:54:14 -0500 |
| commit | 40c8bcf70ce397bf8d8ffcf3e8471e5da1d76dfc (patch) | |
| tree | d1ee87e7c88bcc91802c92aba0e8ff402c3ee4a2 | |
| parent | 0eb9a4c1617909bbbb465a9987c7cba0f515eaa6 (diff) | |
| download | python-requests-40c8bcf70ce397bf8d8ffcf3e8471e5da1d76dfc.tar.gz | |
Fix the invalid restructured text in HISTORY file
This was breaking the display of our long_description on PyPI.
| -rw-r--r-- | HISTORY.rst | 4 |
1 files 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) +++++++++++++++++++ |
