From bf888169b1727c56060cd84dc31c3bc75bb2831b Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Fri, 1 Dec 2023 17:17:21 +0100 Subject: [PATCH] Set version 0.16.1 --- ChangeLog | 4 ++++ otfmi/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f9d9355..0b1e041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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) diff --git a/otfmi/__init__.py b/otfmi/__init__.py index d84ad08..07ada2d 100644 --- a/otfmi/__init__.py +++ b/otfmi/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.16" +__version__ = "0.16.1" from .otfmi import ( FMUFunction,