From d45a17c086558963b760ef68cefb022b39702f60 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Mon, 9 Dec 2024 08:28:04 +0100 Subject: [PATCH] prepare 9.3.0 --- CHANGES.rst | 8 ++++++++ mslib/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index b1aef8422..402a73607 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 9.3.0 +~~~~~~~~~~~~~ +Bug fix release and minor enhancements: +We removed unused modules from the mscolab saml2 setup. + +All changes: +https://github.com/Open-MSS/MSS/milestone/108?closed=1 + Version 9.2.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index 9181d64ab..9324b7bd5 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'9.2.0' +__version__ = u'9.3.0'