Skip to content

Commit 0c0b3ad

Browse files
committed
Set version 0.18.1
1 parent 5f82f9b commit 0c0b3ad

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-06-02 - release 0.18.1
2+
- FunctionExporter: fix unique XML location
3+
- FunctionExporter: Forward pythonfmu start values
4+
15
2026-04-28 - release 0.18
26
- Add FMUFieldFunction (field -> field)
37
- Reworked documentation

otfmi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18"
1+
__version__ = "0.18.1"
22

33
from .otfmi import (
44
FMUFunction,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33

44
[project]
55
name = "otfmi"
6-
version = "0.18"
6+
version = "0.18.1"
77
description = "Simulate FMUs from OpenTURNS"
88
readme = "README.rst"
99
dependencies = [

0 commit comments

Comments
 (0)