From 82e43ff94324d968a51f4324993476d8ae47d70f Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Sun, 18 Jul 2021 09:15:27 -0400 Subject: [PATCH] preparing for 0.3.4 release --- Changelog.md | 4 ++++ cellxgene_gateway/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1d7657b..4247a52 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# 0.3.4 + +* Fixed bug #50 affecting subdirectory listing + # 0.3.3 * Fixed bug #48 affecting cache pruning diff --git a/cellxgene_gateway/__init__.py b/cellxgene_gateway/__init__.py index 3ec52df..5e1a144 100644 --- a/cellxgene_gateway/__init__.py +++ b/cellxgene_gateway/__init__.py @@ -7,4 +7,4 @@ # OR CONDITIONS OF ANY KIND, either express or implied. See the License for # the specific language governing permissions and limitations under the License. -__version__ = "0.3.3" +__version__ = "0.3.4"