From b4d6324e31199b62966d5c9e812fb5c6a7c6823f Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Thu, 29 Mar 2018 13:18:49 -0700 Subject: [PATCH] v3.4.1 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index fc44023b..b9e357ba 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v3.4.1 (2018-03-29) +=============================== + +- Fix streaming managed download in DSS CLI + Changes for v3.4.0 (2018-03-29) =============================== diff --git a/setup.py b/setup.py index fe4c6743..a20fdd0b 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="3.4.0", + version="3.4.1", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',