Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
submitScripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SCL
submitScripts
Commits
fb680989
Commit
fb680989
authored
3 years ago
by
semantic-release
Committed by
Adrian Rohner
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
3 years ago
Stage: release
Stage: doc
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
doc/source/conf.py
+1
-1
1 addition, 1 deletion
doc/source/conf.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
pyslurm/__init__.py
+1
-1
1 addition, 1 deletion
pyslurm/__init__.py
with
7 additions
and
3 deletions
CHANGELOG.md
+
4
−
0
View file @
fb680989
...
@@ -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
)
)
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
1
−
1
View file @
fb680989
...
@@ -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 ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
fb680989
[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
=
[
...
...
This diff is collapsed.
Click to expand it.
pyslurm/__init__.py
+
1
−
1
View file @
fb680989
...
@@ -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
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment