Skip to content

Commit

Permalink
Set version 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Dec 1, 2023
1 parent ec85130 commit 72d545e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-12-01 - release 0.16.1
- Fix pythonfmu without start values
- Fix model export not copying static libs

2023-11-23 - release 0.16
- Allow FunctionExporter to export .mo in subprocess/cpython/cxx modes (Function only)
- Allow export to .fmu via pythonfmu (allows to export both Function and PointToFieldFunction but not pyfmi/otfmi compatible)
Expand Down
2 changes: 1 addition & 1 deletion otfmi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16"
__version__ = "0.16.1"

from .otfmi import (
FMUFunction,
Expand Down

0 comments on commit 72d545e

Please sign in to comment.