From 25bda6b2b4d236a80d6230b94d094b37b03a8038 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Mon, 2 Apr 2018 14:10:07 -0700 Subject: [PATCH] v3.4.4 --- Changes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.rst b/Changes.rst index bedeec95..28296adf 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v3.4.4 (2018-04-02) +=============================== + +- Fix version inlining + Changes for v3.4.3 (2018-04-02) =============================== diff --git a/setup.py b/setup.py index 44b78d7d..bcd7a736 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="hca", - version="3.4.3", + version="3.4.4", url='https://github.com/HumanCellAtlas/dcp-cli', license='Apache Software License', author='Human Cell Atlas contributors',