diff --git a/CHANGELOG b/CHANGELOG index 37c89e39..affe88b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ --- CHANGELOG --- --- PyFMI-FUTURE --- + +--- PyFMI-2.22.0 --- * Increased robustness in event handling for models without continuous states. --- PyFMI-2.21.0 --- diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 2d6cd218..e90dbff7 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,9 @@ ========== Changelog ========== +--- PyFMI-2.22.0 --- + * Increased robustness in event handling for models without continuous states. + --- PyFMI-2.21.0 --- * Fixed a crash with the `Master` algorithm option `block_initialization`. * Fixed a result handling issue for `dynamic_diagnostics = True` and `["_options"]["clock_step"] = False`. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 52912028..128f510a 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '2.21.0' +version = '2.22.0' # The full version, including alpha/beta/rc tags. -release = '2.21.0' +release = '2.22.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.