diff --git a/README.md b/README.md index 3c73d0b..c84132c 100644 --- a/README.md +++ b/README.md @@ -238,3 +238,9 @@ Version 3.9.0: - New streamsutils function waitForFinAndCheckHealth - Category Control is disables if a test case wildcard list was entered - New preambl feature exclusive execution property + +Version 3.9.1: +- Corrections in sigint handling in test suite +- Better printout format for job start-and job-end +- Cleanup in job control logic + diff --git a/bin/version.sh b/bin/version.sh index e07e076..e726a64 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1 +1 @@ -declare -xr TTRO_version="3.9.0" +declare -xr TTRO_version="3.9.1"