File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
+ ## 1.1.3
4
+ * [ Published] ( https://pypi.org/project/MPh/1.1.3 ) on February 21, 2022.
5
+ * Adds support for export of animations. ([ #43 ] ( https://github.com/MPh-py/MPh/issues/43 ) )
6
+ * Catches spurious exceptions when reading properties in
7
+ [ ` mph.inspect() ` ] ( https://mph.readthedocs.io/en/1.1/api/mph.inspect.html ) . ([ #68 ] ( https://github.com/MPh-py/MPh/issues/68 ) )
8
+
3
9
## 1.1.2
4
10
* [ Published] ( https://pypi.org/project/MPh/1.1.2 ) on January 8, 2022.
5
11
* Fixes evaluation error for datasets with slash in name. ([ #66 ] ( https://github.com/MPh-py/MPh/issues/66 ) )
Original file line number Diff line number Diff line change 2
2
3
3
title = 'MPh'
4
4
synopsis = 'Pythonic scripting interface for Comsol Multiphysics'
5
- version = '1.1.2 '
5
+ version = '1.1.3 '
6
6
author = 'John Hennig'
7
7
copyright = '2020–2022, John Hennig'
8
8
license = 'MIT'
Original file line number Diff line number Diff line change 2
2
* Bump version number in ` mph/meta.py ` .
3
3
* Add release notes to ` docs/releases.md ` .
4
4
* Add dedicated commit for the version bump.
5
+ * Run tests for all supported Python versions.
5
6
* Push to GitHub: ` git push origin main ` .
6
7
* Check documentation build on Read-the-Docs.
7
8
* Tag commit with version number, e.g. ` git tag v1.1.1 ` .
You can’t perform that action at this time.
0 commit comments