From 18edd24121db02ef56ae3644eee69c77c8349856 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Wed, 13 Sep 2023 18:31:24 +0200 Subject: [PATCH] v8.3.1 (#2036) --- CHANGES.rst | 8 ++++++++ mslib/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5e1f2506b..e4bcda2ba 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 8.3.1 +~~~~~~~~~~~~~ + +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/99?closed=1 + Version 8.3.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index 877b16c9e..642cdf5d0 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.3.0' +__version__ = u'8.3.1'