From 43742505d3d0d05cd4a97b276b5964211ede6a5c Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Thu, 19 Dec 2024 09:36:47 -0500 Subject: [PATCH] Prepared for release of 2.16.1 --- CHANGELOG | 2 +- doc/sphinx/source/changelog.rst | 3 +++ doc/sphinx/source/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5dcbf402..6145cd7a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ --- CHANGELOG --- ---- Future --- +--- PyFMI-2.16.1 --- * Fixed an issue with `get_variables_data` returning full trajectories when mixed with `get_variable_data` calls. --- PyFMI-2.16.0 --- diff --git a/doc/sphinx/source/changelog.rst b/doc/sphinx/source/changelog.rst index b4665804..b75d3ec0 100644 --- a/doc/sphinx/source/changelog.rst +++ b/doc/sphinx/source/changelog.rst @@ -2,6 +2,9 @@ ========== Changelog ========== +--- PyFMI-2.16.1 --- + * Fixed an issue with `get_variables_data` returning full trajectories when mixed with `get_variable_data` calls. + --- PyFMI-2.16.0 --- * Added verification against the available free disk space when storing the result on disk (i.e. a protection against running out of disk space). diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index b97f3783..898ada78 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.16.0' +version = '2.16.1' # The full version, including alpha/beta/rc tags. -release = '2.16.0' +release = '2.16.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index c1f8d424..f68c0cad 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ NAME = "PyFMI" AUTHOR = "Modelon AB" AUTHOR_EMAIL = "" -VERSION = "2.16.0" +VERSION = "2.16.1" LICENSE = "LGPL" URL = "https://github.com/modelon-community/PyFMI" DOWNLOAD_URL = "https://github.com/modelon-community/PyFMI/releases"