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

0.5.0

Automatically generated by python-semantic-release
parent 29f14e16
No related branches found
No related tags found
No related merge requests found
Pipeline #51165 passed
......@@ -2,6 +2,14 @@
<!--next-version-placeholder-->
## v0.5.0 (2021-06-28)
### Feature
* Add script to generate alias file with all the submit scripts within /scripts folder ([`ecb4756`](https://gitlab.ost.ch/scl/submitscripts/-/commit/ecb475668975035ca448dd9c07c610c0e8ee79f1))
### Documentation
* Add link to doc in help ([`f6161f6`](https://gitlab.ost.ch/scl/submitscripts/-/commit/f6161f6ff1a0d6c0d0c8e8c5676249341ca1beff))
* Add some useful quickstart help ([`e07ce53`](https://gitlab.ost.ch/scl/submitscripts/-/commit/e07ce535f619894465af9b9d1beedd9101c56be7))
## 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))
......
......@@ -22,7 +22,7 @@ copyright = "Copyright (C) OST"
author = "Adrian Rohner, Roland Peterer"
# The full version, including alpha/beta/rc tags
release = "0.4.1"
release = "0.5.0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "pyslurm"
version = "0.4.1"
version = "0.5.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.4.1"
__version__ = "0.5.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment