From 87cda8c525886e1f12be2d2896076b97f950af2c Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Sun, 3 Sep 2023 20:32:22 +0200 Subject: [PATCH] prepare 8.3.0 (#1991) --- CHANGES.rst | 9 +++++++++ mslib/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 695fcbb07..5e1f2506b 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 8.3.0 +~~~~~~~~~~~~~ + +Bug fix release and minor enhacements: +We improved the KML docking widget feature + +All changes: +https://github.com/Open-MSS/MSS/milestone/98 + Version 8.2.0 ~~~~~~~~~~~~~ diff --git a/mslib/version.py b/mslib/version.py index b2dfa20e9..877b16c9e 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.2.0' +__version__ = u'8.3.0'