Skip to content

Commit

Permalink
3.0.18
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 15, 2024
1 parent c7b6b74 commit 2e4e687
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## v3.0.18 (2024-10-15)

### Other

* Fix basic_submit batchsys ([`c7b6b74`](https://github.com/WIPACrepo/iceprod/commit/c7b6b74413886ce922c3cfd5bdb37cbbc12e5bdb))
* Basic submit config fix ([#387](https://github.com/WIPACrepo/iceprod/issues/387)) ([`34dc1d7`](https://github.com/WIPACrepo/iceprod/commit/34dc1d7731c248289c84c72de7ef9a1b81340f00))

## v3.0.17 (2024-10-11)

### Other
Expand Down
2 changes: 1 addition & 1 deletion iceprod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.17"
__version__ = "3.0.18"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down

0 comments on commit 2e4e687

Please sign in to comment.