From fafc1cd77441c7d36e380950611b14f9597dc1ab Mon Sep 17 00:00:00 2001 From: Rahul Desai Date: Thu, 19 Sep 2024 14:41:56 -0700 Subject: [PATCH] fix latch nextflow version --- CHANGELOG.md | 9 ++++++++- latch_cli/constants.py | 1 - setup.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8083b69..755c007f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,14 @@ Types of changes # Latch SDK Changelog -## 2.52.3 - 2024-08-29 +## 2.52.4 - 2024-09-19 + +### Changed + +* Nextflow + - Fix typo in Nextflow base image + +## 2.52.3 - 2024-09-17 ### Changed diff --git a/latch_cli/constants.py b/latch_cli/constants.py index 3c0d9222..538f10e0 100644 --- a/latch_cli/constants.py +++ b/latch_cli/constants.py @@ -23,7 +23,6 @@ class LatchConstants: "812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main" ) nextflow_latest_version: str = "v2.0.0" - nextflow_latest_version: str = "v1.1.8" file_max_size: int = 4 * Units.MiB file_chunk_size: int = 64 * Units.MiB diff --git a/setup.py b/setup.py index b44d77c9..1ef40628 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="latch", - version="v2.52.3", + version="v2.52.4", author_email="kenny@latch.bio", description="The Latch SDK", packages=find_packages(),