From 529ce88685668917badd0cb4cbca1c813c28ae78 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Wed, 12 Feb 2025 16:06:04 +0100 Subject: [PATCH] prepare v9.3.1 (#2643) --- CHANGES.rst | 8 ++++++++ mslib/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 402a73607..f659b6200 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= + +Version 9.3.1 +~~~~~~~~~~~~~ +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/110?closed=1 + Version 9.3.0 ~~~~~~~~~~~~~ Bug fix release and minor enhancements: diff --git a/mslib/version.py b/mslib/version.py index 9324b7bd5..8e876503b 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.3.0' +__version__ = u'9.3.1'