From 83fd4b59451b71ae4ff96181dbd2f14727d2f339 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Wed, 7 Dec 2022 18:16:45 +0100 Subject: [PATCH] prepare v7.0.7 (#1630) --- CHANGES.rst | 9 +++++++++ docs/development.rst | 8 ++++++++ mslib/version.py | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f5e0d053e..34a6f8f87 100755 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 7.0.7 +~~~~~~~~~~~~~ + +Bug fix release: + +All changes: +https://github.com/Open-MSS/MSS/milestone/91 + + Version 7.0.6 ~~~~~~~~~~~~~ diff --git a/docs/development.rst b/docs/development.rst index ee5b1ad68..648910960 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -415,6 +415,14 @@ Google Summer of Code(TM) MSS takes part in Google Summer of Code as a sub-organization of Python Software Foundation(PSF). +GSoC'22 Projects +---------------- + +- `Sreelakshmi Jayarajan: Automated Command Line Plotting Tool : GSoC 2022 `_ + +- `Jatin Jain: UI and server improvements GSOC 2022 `_ + + GSoC'21 Projects ---------------- diff --git a/mslib/version.py b/mslib/version.py index f0ca98930..07914440d 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.6.' +__version__ = u'7.0.7.'