From c9456c74b67f186ea6085739b007ea83737b7b88 Mon Sep 17 00:00:00 2001 From: Mackey22 Date: Tue, 1 Aug 2017 22:17:17 -0700 Subject: [PATCH] v0.7.1 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',