Skip to content

Commit

Permalink
Adapt release name to release candidate status
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Smolenko committed Aug 15, 2022
1 parent d432115 commit 7e51deb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Release notes
*************


Version 2.5.0
*************
Version 2.5.0rc1
****************

Release: 2022-08-15

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.5'
# The full version, including alpha/beta/rc tags.
release = '2.5.0'
release = '2.5.0rc1'

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

Version 2.5.0
=============
Version 2.5.0rc1
================
Release: 2022-08-15

* Several independent workpackages within a step can be executed by multiple processes in parallel by stating `procs=#number_of_parallel_processes#` within the `step` tag. An example and a documentation entry was added.
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.5.0"
JUBE_VERSION = "2.5.0rc1"
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 @@ -66,7 +66,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': '[email protected]',
'version': '2.5.0',
'version': '2.5.0rc1',
'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 7e51deb

Please sign in to comment.