From f3084ef3e119c81a46f4b873e92a8d9f364f28a1 Mon Sep 17 00:00:00 2001 From: amar jandu Date: Tue, 30 Mar 2021 15:51:33 -0700 Subject: [PATCH] v8.0.0 --- Changes.rst | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index d499f12a..bdfa70bb 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,12 @@ +Changes for v8.0.0 (2021-03-30) +=============================== + +Deprecate repository databiosphere/azul#2897 (#526) Remove dss-prod from +testing (#522) Update hca/dss/util/**init**.py remove EACCES, improve +explanatory comments remove link to documentation fall back to copying +when os.link raises error Close file handlers after use Add specific +version of gitdb2 dependency (#514) + Changes for v7.0.1 (2020-02-11) =============================== diff --git a/setup.py b/setup.py index 6c4b0eb6..d12920a1 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="hca", - version='7.0.1', + version='8.0.0', url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',