diff --git a/Changes.rst b/Changes.rst index 47e279c6..602803a7 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v7.0.0 (2020-01-23) +=============================== + +Remove references to query service (#504) Allow user-specified bundle +uuid for upload(). (#499) Add ``httpie`` as dev requirement (#495) Fix +some progress bar tests failing silently + Changes for v6.5.1 (2019-11-26) =============================== diff --git a/setup.py b/setup.py index b5664aa1..cfc75c1e 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version='6.5.1', + version='7.0.0', url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',