Skip to content

Commit

Permalink
Bumped version to 1.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Feb 21, 2022
1 parent 81a81a7 commit 7558361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 1.1.3
* [Published](https://pypi.org/project/MPh/1.1.3) on February 21, 2022.
* Adds support for export of animations. ([#43](https://github.com/MPh-py/MPh/issues/43))
* Catches spurious exceptions when reading properties in
[`mph.inspect()`](https://mph.readthedocs.io/en/1.1/api/mph.inspect.html). ([#68](https://github.com/MPh-py/MPh/issues/68))

## 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))
Expand Down
2 changes: 1 addition & 1 deletion mph/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

title = 'MPh'
synopsis = 'Pythonic scripting interface for Comsol Multiphysics'
version = '1.1.2'
version = '1.1.3'
author = 'John Hennig'
copyright = '2020–2022, John Hennig'
license = 'MIT'
1 change: 1 addition & 0 deletions tools/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Bump version number in `mph/meta.py`.
* Add release notes to `docs/releases.md`.
* Add dedicated commit for the version bump.
* Run tests for all supported Python versions.
* Push to GitHub: `git push origin main`.
* Check documentation build on Read-the-Docs.
* Tag commit with version number, e.g. `git tag v1.1.1`.
Expand Down

0 comments on commit 7558361

Please sign in to comment.