From 3f60520da704b5bf29e298ace29c76bd0b055c6f Mon Sep 17 00:00:00 2001 From: Rahul Desai Date: Mon, 7 Oct 2024 13:07:27 -0700 Subject: [PATCH] bump nextflow version to 2.1.6 --- CHANGELOG.md | 7 +++++++ latch_cli/constants.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd7ce35..ca6d62e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ Types of changes # Latch SDK Changelog +## 2.53.4 - 2024-10-07 + +### Added + +* Nextflow + - bump nf runtime version to 2.1.6 + ## v2.53.3 - 2024-10-02 ### Added diff --git a/latch_cli/constants.py b/latch_cli/constants.py index 4789902d..97b7c380 100644 --- a/latch_cli/constants.py +++ b/latch_cli/constants.py @@ -22,7 +22,7 @@ class LatchConstants: base_image: str = ( "812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main" ) - nextflow_latest_version: str = "v2.1.2" + nextflow_latest_version: str = "v2.1.6" file_max_size: int = 4 * Units.MiB file_chunk_size: int = 64 * Units.MiB diff --git a/setup.py b/setup.py index 99eb6e9e..e289a302 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="latch", - version="v2.53.3", + version="v2.53.4", author_email="kenny@latch.bio", description="The Latch SDK", packages=find_packages(),