From b33bec47fbeea4264b08eb4a22379d40f316ddc9 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Wed, 6 Dec 2023 18:56:28 +0100 Subject: [PATCH] bump version 3.5.0 --- CHANGELOG.md | 8 ++++++++ mara_pipelines/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e524113..841fee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.5.0 (2023-12-06) + +- add entry point `mara.commands` (for [mara-cli](https://github.com/mara/mara-cli) support) +- add mara-pipelines click command group (#104) +- add dynamic Task (#106) +- add max_retries for parallel tasks (#105) +- fix html_doc_items tuple of command ReadScriptOutput + ## 3.4.0 (2023-05-01) - upgrade to bootstrap 4.6 (from alpha 4) (#66)
diff --git a/mara_pipelines/__init__.py b/mara_pipelines/__init__.py index 2a22848..19131dd 100755 --- a/mara_pipelines/__init__.py +++ b/mara_pipelines/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '3.4.0' +__version__ = '3.5.0' def MARA_CONFIG_MODULES():