Skip to content

Commit

Permalink
prepare release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Luehrs committed Jul 20, 2022
1 parent c94addc commit 8e4e245
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
19 changes: 19 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@ Release notes
*************


Version 2.4.3
=============

Release: 2022-07-20

* Fixes a bug related to *<include>* and *init-with* combinations.

* *JUBE_EXEC_SHELL* is now also taken into account during parameter
evaluation.

* *jube status* now also returns *ERROR* state.

* Fixes a bug of using *$$* in shell commands.

* Updates *SLURM* *gres* default value in platform files.

* Fixes a bug of having a list of benchmarks in YAML format.


Version 2.4.2
=============

Expand Down
Binary file modified docs/JUBE.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.4.2'
release = '2.4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 12 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
Release notes
=============

Version 2.4.3
~~~~~~~~~~~~~
Release: 2022-07-20

* Fixes a bug related to `<include>` and `init-with` combinations.
* `JUBE_EXEC_SHELL` is now also taken into account during parameter evaluation.
* `jube status` now also returns `ERROR` state.
* Fixes a bug of using `$$` in shell commands.
* Updates *SLURM* `gres` default value in platform files.
* Fixes a bug of having a list of benchmarks in YAML format.


Version 2.4.2
~~~~~~~~~~~~~
Release: 2021-11-30
Expand Down
2 changes: 1 addition & 1 deletion jube2/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
division)

# general
JUBE_VERSION = "2.4.2"
JUBE_VERSION = "2.4.3"
ALLOWED_SCRIPTTYPES = set(["python", "perl", "shell"])
ALLOWED_ADVANCED_MODETYPES = set(["tag", "env"])
ALLOWED_MODETYPES = set(["text"]).union(ALLOWED_SCRIPTTYPES).union(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def rel_path(directory, new_root=""):
'url': 'www.fz-juelich.de/ias/jsc/jube',
'download_url': 'www.fz-juelich.de/ias/jsc/jube',
'author_email': 'jube.jsc@fz-juelich.de',
'version': '2.4.2',
'version': '2.4.3',
'packages': ['jube2','jube2.result_types','jube2.util'],
'package_data': {'jube2': ['help.txt']},
'data_files': ([(os.path.join(SHARE_PATH, 'docu'),
Expand Down

0 comments on commit 8e4e245

Please sign in to comment.