Skip to content

Commit

Permalink
bump: 0.2.0a146 → 0.2.0a147 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcflow-actions committed Jan 4, 2024
1 parent 825dec7 commit bba20ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG-dev.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

<a name="v0.2.0a147"></a>
## [v0.2.0a147](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a146...v0.2.0a147) - 2024.01.04

### ✨ Features

* support passing sub-parameters to `script_data_in`
* add `run_hostname` to EAR

### 🐛 Bug Fixes

* try to fix cancel bug [#572](https://github.com/hpcflow/hpcflow-new/issues/572)
* failing tests


<a name="v0.2.0a146"></a>
## [v0.2.0a146](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a145...v0.2.0a146) - 2023.12.12

Expand Down
2 changes: 1 addition & 1 deletion hpcflow/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0a146"
__version__ = "0.2.0a147"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "hpcflow-new2"
version = "0.2.0a146"
version = "0.2.0a147"

description = "Computational workflow management"
authors = ["aplowman <adam.plowman@manchester.ac.uk>"]
Expand Down Expand Up @@ -70,7 +70,7 @@ hook-dirs = "hpcflow.__pyinstaller:get_hook_dirs"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.2.0a146"
version = "0.2.0a147"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit bba20ca

Please sign in to comment.