From 8bfea97c0999a569a94993e0594396fac25c1306 Mon Sep 17 00:00:00 2001 From: John Hennig Date: Sat, 18 Mar 2023 21:57:57 +0100 Subject: [PATCH] Bumped version to 1.2.3. --- docs/releases.md | 7 +++++++ mph/meta.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 4507dd7..335ea3d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,5 +1,12 @@ # Releases +## 1.2.3 +* [Published](https://pypi.org/project/MPh/1.2.3) on March 18, 2023. +* Tells Comsol server process to not save recovery files. + ([#128](https://github.com/MPh-py/MPh/issues/128)) +* Allows users to pass extra arguments to the server process. + ([#128](https://github.com/MPh-py/MPh/issues/128)) + ## 1.2.2 * [Published](https://pypi.org/project/MPh/1.2.2) on February 12, 2023. * Fixes: Not all time steps returned from parametric sweep. diff --git a/mph/meta.py b/mph/meta.py index 54a7e9c..795dc89 100644 --- a/mph/meta.py +++ b/mph/meta.py @@ -2,7 +2,7 @@ title = 'MPh' synopsis = 'Pythonic scripting interface for Comsol Multiphysics' -version = '1.2.2' +version = '1.2.3' author = 'John Hennig' copyright = '2020–2023, John Hennig' license = 'MIT'