Skip to content

Commit

Permalink
bump: 0.2.0a143 → 0.2.0a144 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcflow-actions committed Nov 22, 2023
1 parent be28381 commit ce8bc58
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG-dev.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@

<a name="v0.2.0a144"></a>
## [v0.2.0a144](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a143...v0.2.0a144) - 2023.11.22

### ✨ Features

* add config item show_command.use_letters
* allow setting nested config items whose root does not exist

### 🐛 Bug Fixes

* format of `Jobscript.task_elements`
* remove unrequired show config item
* update show command iconography to be more accessible; fix [#560](https://github.com/hpcflow/hpcflow-new/issues/560)

### 👷 Build changes

* merge develop
* update binary download links file [skip ci]


<a name="v0.2.0a143"></a>
## [v0.2.0a143](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a142...v0.2.0a143) - 2023.11.22

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.0a143"
__version__ = "0.2.0a144"
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.0a143"
version = "0.2.0a144"

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.0a143"
version = "0.2.0a144"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit ce8bc58

Please sign in to comment.