diff --git a/release.notes b/release.notes index 68a79e6b3..0984af54b 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,10 @@ + +[v4r3p8] + +FIX: (#593) provide correct routing regex +FIX: (#590) exclude a non-existent link for ReadMe +FIX: (#588) Re-enable labeler and fix configuration + [v4r3p7] FIX: (#577) Correct pattern used for handler.PATH_RE to accept urls like web_t1sites @@ -61,6 +68,10 @@ CHANGE: (#467) rename README.md to README.rst FIX: (#466) fix selector of pilot stats FIX: (#465) return empty result instead error for no host request +[v4r2p12] + +NEW: (#585, #586) Add sweep, labeler and semantic CI configuration + [v4r2p11] NEW: (#576) Add sweep, labeler and semantic CI configuration diff --git a/src/WebAppDIRAC/__init__.py b/src/WebAppDIRAC/__init__.py index 4303feb6d..d6a8fd3ed 100644 --- a/src/WebAppDIRAC/__init__.py +++ b/src/WebAppDIRAC/__init__.py @@ -24,7 +24,7 @@ else: majorVersion = 4 minorVersion = 3 - patchLevel = 7 + patchLevel = 8 preVersion = 0 version = "v%sr%s" % (majorVersion, minorVersion)