From c876cf4b3d628b3597427d80dbcfd98e7c8e7563 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 5 Mar 2023 10:00:49 +0100 Subject: [PATCH] v7.0.8 (#1679) --- CHANGES.rst | 8 ++++++++ mslib/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 34a6f8f87..f5250a8b2 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 7.0.8 +~~~~~~~~~~~~~ + +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/92?closed=1 + Version 7.0.7 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index d0e65b5b0..8e4793cd1 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'7.0.7' +__version__ = u'7.0.8'