From af0b14a7d371942be60ae360b5dded6d31cf332c Mon Sep 17 00:00:00 2001 From: TaykYoku Date: Fri, 26 Mar 2021 00:38:35 +0100 Subject: [PATCH] v4r0p37 tag, notes --- __init__.py | 2 +- release.notes | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 91e23d2e8..b7ba97aa1 100644 --- a/__init__.py +++ b/__init__.py @@ -8,7 +8,7 @@ majorVersion = 4 minorVersion = 0 -patchLevel = 32 +patchLevel = 37 preVersion = 0 version = "v%sr%s" % (majorVersion, minorVersion) diff --git a/release.notes b/release.notes index 9e7db31ca..a4745add1 100644 --- a/release.notes +++ b/release.notes @@ -9,8 +9,17 @@ NEW: (#449) Add columns to SiteSummary overview tables. [v4r0p35] FIX: (#444) fix SiteSummary plots and setter + +[v4r0p33] + FIX: (#437) use updateSrc instead setSrc to update plots FIX: (#434) use -L curl flag to fix tests +FIX: (#420) sort alphabetically menus in webapp +FIX: (#419) Disable bufferedRenderer in RegistryManager to allow better searching +FIX: (#417) use raw instead data property +FIX: (#415) use updateSrc instead setSrc for replaceImage method +FIX: (#411) resove pyLint errors +CHANGE: (#408) add diraccfg to the requirements [v4r0p32]