From 36e01ff4d492cb34363da292bee08d8492d6ae59 Mon Sep 17 00:00:00 2001 From: maniarathi Date: Wed, 12 Jun 2019 09:57:08 -0700 Subject: [PATCH] v6.1.1 --- Changes.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index f6eac431..fdbc4fbe 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,9 @@ +Changes for v6.1.1 (2019-06-12) +=============================== + +CLI is using a blocksize that is different than upload. Changing to +match. Update manifest structure docs (#354) + Changes for v6.1.0 (2019-05-27) =============================== diff --git a/setup.py b/setup.py index 9237219c..edb33e2c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="6.1.0", + version="6.1.1", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',