diff --git a/docs/releases.md b/docs/releases.md index 45ece57..dff4e3a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,10 +1,13 @@ # Releases +## 1.1.4 +* [Published](https://pypi.org/project/MPh/1.1.4) on February 23, 2022. +* Fixes discovery of Comsol 6.0 on Linux. ([#67](https://github.com/MPh-py/MPh/issues/67)) + ## 1.1.3 * [Published](https://pypi.org/project/MPh/1.1.3) on February 21, 2022. * Adds support for export of animations. ([#43](https://github.com/MPh-py/MPh/issues/43)) -* Catches spurious exceptions when reading properties in -[`mph.inspect()`](https://mph.readthedocs.io/en/1.1/api/mph.inspect.html). ([#68](https://github.com/MPh-py/MPh/issues/68)) +* Catches spurious exceptions when reading properties in [`mph.inspect()`](https://mph.readthedocs.io/en/1.1/api/mph.inspect.html). ([#68](https://github.com/MPh-py/MPh/issues/68)) ## 1.1.2 * [Published](https://pypi.org/project/MPh/1.1.2) on January 8, 2022. diff --git a/mph/meta.py b/mph/meta.py index 393f977..82ba825 100644 --- a/mph/meta.py +++ b/mph/meta.py @@ -2,7 +2,7 @@ title = 'MPh' synopsis = 'Pythonic scripting interface for Comsol Multiphysics' -version = '1.1.3' +version = '1.1.4' author = 'John Hennig' copyright = '2020–2022, John Hennig' license = 'MIT'