diff --git a/docs/releases.md b/docs/releases.md index a161c0f..3917f2d 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,5 +1,9 @@ # Releases +## 1.1.2 +* [Published](https://pypi.org/project/MPh/1.1.2) on January 8, 2022. +* Fixes evaluation error for datasets with slash in name. ([#66](https://github.com/MPh-py/MPh/issues/66)) + ## 1.1.1 * [Published](https://pypi.org/project/MPh/1.1.1) on December 2, 2021. * Supports custom Comsol install locations on Linux via symbolic links in `~/.local`. ([#62](https://github.com/MPh-py/MPh/issues/62)) diff --git a/mph/meta.py b/mph/meta.py index c47fcd1..35b68f7 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.1' +version = '1.1.2' author = 'John Hennig' -copyright = '2020, John Hennig' +copyright = '2020–2022, John Hennig' license = 'MIT'