Skip to content

Commit 7558361

Browse files
committed
Bumped version to 1.1.3.
1 parent 81a81a7 commit 7558361

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/releases.md

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

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+
39
## 1.1.2
410
* [Published](https://pypi.org/project/MPh/1.1.2) on January 8, 2022.
511
* Fixes evaluation error for datasets with slash in name. ([#66](https://github.com/MPh-py/MPh/issues/66))

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.2'
5+
version = '1.1.3'
66
author = 'John Hennig'
77
copyright = '2020–2022, John Hennig'
88
license = 'MIT'

tools/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Bump version number in `mph/meta.py`.
33
* Add release notes to `docs/releases.md`.
44
* Add dedicated commit for the version bump.
5+
* Run tests for all supported Python versions.
56
* Push to GitHub: `git push origin main`.
67
* Check documentation build on Read-the-Docs.
78
* Tag commit with version number, e.g. `git tag v1.1.1`.

0 commit comments

Comments
 (0)