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

0.9.0

Automatically generated by python-semantic-release
parent 7c0e02e7
No related branches found
No related tags found
No related merge requests found
Pipeline #181477 passed
......@@ -2,6 +2,13 @@
<!--next-version-placeholder-->
## v0.9.0 (2022-08-25)
### Feature
* New slurm parent submitter ([`4bada90`](https://gitlab.ost.ch/scl/submitscripts/-/commit/4bada9056df37ab5b02b1082098c3c2c2905b636))
### Documentation
* Add some doc regarding slurm parent submitter ([`be86f9f`](https://gitlab.ost.ch/scl/submitscripts/-/commit/be86f9fbdd03c50b4faf4acf5ddf3bd181d7c261))
## v0.8.0 (2022-06-01)
### Feature
* Add partition to argument parser ([`fdadc4e`](https://gitlab.ost.ch/scl/submitscripts/-/commit/fdadc4eb82b75be531171bfa4bd46eb7324d3b55))
......
......@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST"
author = "Adrian Rohner, Roland Peterer"
# The full version, including alpha/beta/rc tags
release = "0.8.0"
release = "0.9.0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "pyslurm"
version = "0.8.0"
version = "0.9.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.8.0"
__version__ = "0.9.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment