diff --git a/Changes.rst b/Changes.rst index 64186646..68738707 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v0.7.1 (2017-08-01) +=============================== + +Fix google auth request import + Changes for v0.7.0 (2017-08-01) =============================== diff --git a/setup.py b/setup.py index b19cda21..983cbe3c 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="hca", - version="0.7.0", + version="0.7.1", url='https://github.com/HumanCellAtlas/data-store-cli', license='Apache Software License', author='Human Cell Atlas contributors',