Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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 ---
Expand Down
3 changes: 3 additions & 0 deletions doc/sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down