Skip to content

Commit

Permalink
fix(History): invalid rst syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Mar 24, 2020
1 parent 0332f0d commit e9281d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions History.rst
@@ -1,9 +1,8 @@

History
=======

v1.0.1 / 2020-03-24
------------------
-------------------

* fix(aiohttp): compatible with non aiohttp projects (#67)
* feat(History): add release changes
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -72,6 +72,7 @@ def run_tests(self):
url='https://github.com/h2non/pook',
license='MIT',
long_description=readme + '\n\n' + history,
long_description_content_type='text/x-rst',
py_modules=['pook'],
zip_safe=False,
install_requires=install_requires,
Expand Down

0 comments on commit e9281d0

Please sign in to comment.