From 25c64af7c1b9db5a86be6a3d39bdad3c099c4953 Mon Sep 17 00:00:00 2001 From: TaykYoku Date: Sat, 2 Oct 2021 18:30:57 +0200 Subject: [PATCH] add: v4r0p39, notes --- __init__.py | 2 +- release.notes | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a05ecad13..4c9f9bad9 100644 --- a/__init__.py +++ b/__init__.py @@ -8,7 +8,7 @@ majorVersion = 4 minorVersion = 0 -patchLevel = 38 +patchLevel = 39 preVersion = 0 version = "v%sr%s" % (majorVersion, minorVersion) diff --git a/release.notes b/release.notes index 8ad92f0f9..4f46ae93c 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,7 @@ +[v4r0p39] + +CHANGE: allow AccountingMonitor to get the full filter list in the accounting plots + [v4r0p38] NEW: (#473) use listStatesForWeb endpoint to make the Public State Manager faster