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"