Skip to content

Commit

Permalink
Corrected release date according to PyPI listing.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Oct 23, 2021
1 parent 189f2e5 commit 3bc6a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Releases

## 1.1.0
* [Published](https://pypi.org/project/MPh/1.1.0) on October 20, 2021.
* [Published](https://pypi.org/project/MPh/1.1.0) on October 21, 2021.
* Client instances may now re-[`connect()`](https://mph.readthedocs.io/en/1.1/api/mph.Client.html#mph.Client.connect) to a different server. ([#41](https://github.com/MPh-py/MPh/pull/41))
* [`Server`](https://mph.readthedocs.io/en/1.1/api/mph.Server.html) instances can be started with the `multi` option.
* Module licenses can be queried with [`Client.modules()`](https://mph.readthedocs.io/en/1.1/api/mph.Client.html#mph.Client.modules) and [`Model.modules()`](https://mph.readthedocs.io/en/1.1/api/mph.Model.html#mph.Model.modules).
Expand All @@ -12,7 +12,7 @@
* No longer logs warning when [`mph.start()`](https://mph.readthedocs.io/en/1.1/api/mph.start.html) returns existing client instance.
* Fixes: Java DLL not found if another program is first on the Windows search path. ([#49](https://github.com/MPh-py/MPh/issues/49))
* Fixes: Certain preferences not defined on older Comsol installations. ([#50](https://github.com/MPh-py/MPh/issues/50))
* Added documentation note regarding issue with export of animation. ([#43](https://github.com/MPh-py/MPh/issues/43))
* Added documentation note regarding issue with export of animations. ([#43](https://github.com/MPh-py/MPh/issues/43))
* Improved API documentation. Cross-referenced [Comsol API docs](https://doc.comsol.com/5.6/doc/com.comsol.help.comsol/api).
* Added new logo. (Not subject to the source code's MIT license.)

Expand Down

0 comments on commit 3bc6a05

Please sign in to comment.