diff --git a/docs/releases.md b/docs/releases.md index 335ea3d..7d768dc 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,5 +1,10 @@ # Releases +## 1.2.4 +* [Published](https://pypi.org/project/MPh/1.2.4) on June 9, 2024. +* Improves the phrasing of certain error messages. + ([#177](https://github.com/MPh-py/MPh/issues/177)) + ## 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. diff --git a/mph/meta.py b/mph/meta.py index 795dc89..b7986d2 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.3' +version = '1.2.4' author = 'John Hennig' copyright = '2020–2023, John Hennig' license = 'MIT'