Skip to content

Commit b405dfb

Browse files
committed
Bumped version to 1.2.1.
1 parent 6eb9d0a commit b405dfb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/releases.md

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

3+
## 1.2.1
4+
* [Published](https://pypi.org/project/MPh/1.2.1) on January 2, 2023.
5+
* Increased default time-out of server shutdown to accommodate Comsol 6.1.
6+
([#106](https://github.com/MPh-py/MPh/issues/106))
7+
* Fixed tests that would otherwise fail with Comsol 6.1.
8+
* Added ["Credits"](https://mph.readthedocs.io/en/1.2/credits.html) page
9+
to documentation.
10+
311
## 1.2.0
412
* [Published](https://pypi.org/project/MPh/1.2.0) on August 31, 2022.
513
* Includes Comsol installation found on `PATH` in discovery.

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

0 commit comments

Comments
 (0)