diff --git a/Changes.rst b/Changes.rst index 602803a7..d499f12a 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v7.0.1 (2020-02-11) +=============================== + +pin docutils in requirements.txt (#511) + Changes for v7.0.0 (2020-01-23) =============================== diff --git a/setup.py b/setup.py index cfc75c1e..742efaad 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version='7.0.0', + version='7.0.1', url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',