Skip to content

Commit

Permalink
fix latch nextflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Sep 19, 2024
1 parent 48f9b35 commit fafc1cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion latch_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit fafc1cd

Please sign in to comment.