Skip to content

Commit 7c04ea0

Browse files
committed
Bumped version to 1.1.6.
1 parent 41d72ba commit 7c04ea0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/releases.md

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

3+
## 1.1.6
4+
* [Published](https://pypi.org/project/MPh/1.1.6) on June 30, 2022.
5+
* Adds missing support for export of meshes. ([#73](https://github.com/MPh-py/MPh/issues/73))
6+
* No longer checks process environment in stand-alone mode. ([#13](https://github.com/MPh-py/MPh/issues/13))
7+
38
## 1.1.5
49
* [Published](https://pypi.org/project/MPh/1.1.5) on February 28, 2022.
510
* Fixes: Server does not start when language set to Chinese. ([#72](https://github.com/MPh-py/MPh/issues/72))

mph/meta.py

Lines changed: 1 addition & 1 deletion
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.5'
5+
version = '1.1.6'
66
author = 'John Hennig'
77
copyright = '2020–2022, John Hennig'
88
license = 'MIT'

0 commit comments

Comments
 (0)