diff --git a/README.md b/README.md index fd2edfa..695f0bf 100644 --- a/README.md +++ b/README.md @@ -266,3 +266,6 @@ Version 3.9.5: Version 3.9.6: - The final result printout is now more verbose - In case of test suite exits, the finalization steps are now executed unconditional + +Version 3.9.7: +- Remove duplicate printout of error suites in final summary diff --git a/bin/version.sh b/bin/version.sh index e813e80..2e767fa 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1 +1 @@ -declare -xr TTRO_version="3.9.6" +declare -xr TTRO_version="3.9.7"