Skip to content

Commit

Permalink
bump version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Dec 6, 2023
1 parent 3aaaff1 commit b33bec4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)<br>
Expand Down
2 changes: 1 addition & 1 deletion mara_pipelines/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit b33bec4

Please sign in to comment.