From 047f2cac873e2ce2e049cb600bd35eaff7f631e2 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Mon, 14 Aug 2023 14:19:04 +0200 Subject: [PATCH] prepare 8.2.0 (#1889) Co-authored-by: J. Ungermann --- CHANGES.rst | 18 ++++++++++++++++++ mslib/version.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 887c1c44d..695fcbb07 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,24 @@ Changelog ========= +Version 8.2.0 +~~~~~~~~~~~~~ + +Bug fix release and minor enhacements: + +HINT: +~~~~~ +We introduced to use an Operation members list for user management. +The default of the GROUP_POSTFIX is "Group" for a given category. +For example if your category is Tex and you have an operation named TexGroup +then all users defined in this operation will become inherited into any new +operation of the category Tex. +Also when an user with admin role changes users in the TexGroup operation, +then all operations of that Tex category will update their users. + +All changes: +https://github.com/Open-MSS/MSS/milestone/97?closed=1 + Version 8.1.1 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index fd39db29b..b2dfa20e9 100644 --- a/mslib/version.py +++ b/mslib/version.py @@ -24,4 +24,4 @@ See the License for the specific language governing permissions and limitations under the License. """ -__version__ = u'8.1.1' +__version__ = u'8.2.0'