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

0.4.1

Automatically generated by python-semantic-release
parent 854915d1
No related branches found
No related tags found
No related merge requests found
Pipeline #50964 passed
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v0.4.1 (2021-06-25)
### Documentation
* Add api and quickstart doc to main doc page ([`7c17139`](https://gitlab.ost.ch/scl/submitscripts/-/commit/7c171397d866db7705b09d63ea5fd66ff0f80cff))
## v0.4.0 (2021-06-25) ## v0.4.0 (2021-06-25)
### Feature ### Feature
* Add loadonly option for starccm ([`21a196c`](https://gitlab.ost.ch/scl/submitscripts/-/commit/21a196c1ff092a4b394b4d793fe72edd06fb8426)) * Add loadonly option for starccm ([`21a196c`](https://gitlab.ost.ch/scl/submitscripts/-/commit/21a196c1ff092a4b394b4d793fe72edd06fb8426))
......
...@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST" ...@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST"
author = "Adrian Rohner, Roland Peterer" author = "Adrian Rohner, Roland Peterer"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "0.4.0" release = "0.4.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "pyslurm" name = "pyslurm"
version = "0.4.0" version = "0.4.1"
description = "" description = ""
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = [ authors = [
......
...@@ -2,6 +2,6 @@ from pathlib import Path ...@@ -2,6 +2,6 @@ from pathlib import Path
import sys import sys
__pkg_path__ = Path(__file__).parent.parent.absolute() __pkg_path__ = Path(__file__).parent.parent.absolute()
__version__ = "0.4.0" __version__ = "0.4.1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment