Skip to content

Commit

Permalink
bump: 0.2.0a99 → 0.2.0a100 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcflow-actions committed Sep 19, 2023
1 parent 8f09956 commit b9d288d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG-dev.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

<a name="v0.2.0a100"></a>
## [v0.2.0a100](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a99...v0.2.0a100) - 2023.09.19

### 🐛 Bug Fixes

* allow None value in `InputValue._check_dict_value_if_object`

### 👷 Build changes

* update binary download links file [skip ci]


<a name="v0.2.0a99"></a>
## [v0.2.0a99](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a98...v0.2.0a99) - 2023.09.19

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.0a99"
__version__ = "0.2.0a100"
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.0a99"
version = "0.2.0a100"

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

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

0 comments on commit b9d288d

Please sign in to comment.