Skip to content
Snippets Groups Projects
Commit 16ad360d authored by semantic-release's avatar semantic-release Committed by Adrian Rohner
Browse files

0.8.0

Automatically generated by python-semantic-release
parent 4dbb56ea
Branches
Tags v0.8.0
No related merge requests found
Pipeline #152257 passed
......@@ -2,6 +2,18 @@
<!--next-version-placeholder-->
## v0.8.0 (2022-06-01)
### Feature
* Add partition to argument parser ([`fdadc4e`](https://gitlab.ost.ch/scl/submitscripts/-/commit/fdadc4eb82b75be531171bfa4bd46eb7324d3b55))
### Fix
* Resolve conflicting arguments pod and partition ([`56f63f5`](https://gitlab.ost.ch/scl/submitscripts/-/commit/56f63f5a387dc7bbe9301f2800af371397eca089))
* Renaming `sub_starccm` to `sub_star` which corresponds to the given cli name ([`60d39d7`](https://gitlab.ost.ch/scl/submitscripts/-/commit/60d39d7bcf4dbfda008187fdb726fd61a9dcbc39))
### Documentation
* Remove dev section from quickstart and make own section for dev stuff ([`cb30ebd`](https://gitlab.ost.ch/scl/submitscripts/-/commit/cb30ebd32f30dfa258b1fae49ef013a3ba07c2ea))
* Improve help example for mpi ([`9def5a8`](https://gitlab.ost.ch/scl/submitscripts/-/commit/9def5a82284582f154638112293ba54ef3336316))
## v0.7.0 (2021-09-13)
### Feature
* New MPI submitter ([`4ce33b9`](https://gitlab.ost.ch/scl/submitscripts/-/commit/4ce33b918b147f0530490a9de4ddbc85fa8a5a9a))
......
......@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST"
author = "Adrian Rohner, Roland Peterer"
# The full version, including alpha/beta/rc tags
release = "0.7.0"
release = "0.8.0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "pyslurm"
version = "0.7.0"
version = "0.8.0"
description = ""
license = "GPL-3.0-or-later"
authors = [
......
......@@ -2,6 +2,6 @@ from pathlib import Path
import sys
__pkg_path__ = Path(__file__).parent.parent.absolute()
__version__ = "0.7.0"
__version__ = "0.8.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment