From 65e2d07325d2d85d10f0c591bd22644a711ee2c9 Mon Sep 17 00:00:00 2001 From: petermeisrimelmodelon Date: Thu, 5 Mar 2026 09:30:37 +0000 Subject: [PATCH] v2.20.1 release prept --- CHANGELOG | 2 ++ doc/sphinx/source/changelog.rst | 3 +++ doc/sphinx/source/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e085a46b..79cda312 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ --- CHANGELOG --- --- PyFMI-FUTURE --- + +--- PyFMI-2.20.1 --- * Resolved issue where caching in result handling was too persistent and could prevent automatic garbage collection. --- PyFMI-2.20.0 --- diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index 890e0438..ef3e1e4d 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,9 @@ ========== Changelog ========== +--- PyFMI-2.20.1 --- + * Resolved issue where caching in result handling was too persistent and could prevent automatic garbage collection. + --- PyFMI-2.20.0 --- * Fixed so FMU `reset` resets to log_level that it was loaded with. * New exception `pyfmi.common.io.NoResultError` that will be raised for result handlers and writers if result is missing. diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 5cc5fb9d..6e0a7eb0 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.20.0' +version = '2.20.1' # The full version, including alpha/beta/rc tags. -release = '2.20.0' +release = '2.20.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.