From f0d58cef0ba5472cd903accc5363c5c909121d88 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Thu, 22 Aug 2024 14:43:29 +0200 Subject: [PATCH] prepare v9.2.0 (#2481) --- CHANGES.rst | 10 ++++++++++ mslib/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a92d20429..b1aef8422 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,16 @@ Changelog ========= +Version 9.2.0 +~~~~~~~~~~~~~ + +Bug fix release and minor enhancements: +We added a verification for xml data and changed the startup of the SocketsManager. + +All changes: +https://github.com/Open-MSS/MSS/milestone/106?closed=1 + + Version 9.1.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index a179012a9..9181d64ab 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.1.0' +__version__ = u'9.2.0'