From 4a82d48eb325b501a3b590dd194996bacfdf5cb2 Mon Sep 17 00:00:00 2001 From: maniarathi Date: Wed, 12 Jun 2019 16:37:40 -0700 Subject: [PATCH] v6.2.0 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index e64f7a77..96200258 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v6.2.0 (2019-06-12) +=============================== + +Read whole file for checksumming instead of part of file. + Changes for v6.1.2 (2019-06-12) =============================== diff --git a/setup.py b/setup.py index 38b7ae01..1e8709ec 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="6.1.2", + version="6.2.0", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',