From 4b2135d9ccd38a84528f734319014220ea0562aa Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Thu, 12 May 2022 09:15:30 -0700 Subject: [PATCH] Updated version and change log --- buildingspy/CHANGES.txt | 4 ++++ buildingspy/VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/buildingspy/CHANGES.txt b/buildingspy/CHANGES.txt index 68ebb278..39c70ddc 100644 --- a/buildingspy/CHANGES.txt +++ b/buildingspy/CHANGES.txt @@ -1,6 +1,10 @@ BuildingsPy Changelog --------------------- + +Version 4.0.0, May 12, 2022 -- Release 4.0 +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Removed JModelica support, and added support for new OPTIMICA compile_fmu API. + (https://github.com/lbl-srg/BuildingsPy/pull/480) - For simulation and unit tests, updated the API for OPTIMICA to the one used in oct-2022-05-09-master-4b0cd2bf71 (https://github.com/lbl-srg/BuildingsPy/issues/479) - For simulation, corrected a bug that led to an error message when a model from the Modelica Standard Library is simulated diff --git a/buildingspy/VERSION b/buildingspy/VERSION index 56fea8a0..0c89fc92 100644 --- a/buildingspy/VERSION +++ b/buildingspy/VERSION @@ -1 +1 @@ -3.0.0 \ No newline at end of file +4.0.0 \ No newline at end of file