Skip to content

Commit 5a06380

Browse files
committed
Bumped version to 1.1.2.
1 parent d3d6cd6 commit 5a06380

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 1.1.2
4+
* [Published](https://pypi.org/project/MPh/1.1.2) on January 8, 2022.
5+
* Fixes evaluation error for datasets with slash in name. ([#66](https://github.com/MPh-py/MPh/issues/66))
6+
37
## 1.1.1
48
* [Published](https://pypi.org/project/MPh/1.1.1) on December 2, 2021.
59
* Supports custom Comsol install locations on Linux via symbolic links in `~/.local`. ([#62](https://github.com/MPh-py/MPh/issues/62))

mph/meta.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
title = 'MPh'
44
synopsis = 'Pythonic scripting interface for Comsol Multiphysics'
5-
version = '1.1.1'
5+
version = '1.1.2'
66
author = 'John Hennig'
7-
copyright = '2020, John Hennig'
7+
copyright = '2020–2022, John Hennig'
88
license = 'MIT'

0 commit comments

Comments
 (0)