Skip to content

Commit

Permalink
bump: 0.2.0a148 → 0.2.0a149 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcflow-actions committed Feb 19, 2024
1 parent 355d7c1 commit 3ca858a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-dev.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

<a name="v0.2.0a149"></a>
## [v0.2.0a149](https://github.com/hpcflow/hpcflow-new/compare/v0.2.0a148...v0.2.0a149) - 2024.02.19

### 🐛 Bug Fixes

* fix Python 3.12 support; requires explicit numpy dep

### 👷 Build changes

* sync upstream GHA templates
* bump papermill to fix jupyter tests
* bump test_pre_python to Python 3.13
* bump CI python versions, test on 3.12
* update binary download links file [skip ci]


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

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.0a148"
__version__ = "0.2.0a149"
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.0a148"
version = "0.2.0a149"

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

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

0 comments on commit 3ca858a

Please sign in to comment.