Skip to content

Commit

Permalink
Merge pull request #948 from ibpsa/issue947_releaseInfo_1_0_0
Browse files Browse the repository at this point in the history
Issue947 release info 2 0 0
  • Loading branch information
Mathadon authored Jun 14, 2018
2 parents 9111fb9 + 243451b commit ac6e5ff
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions IBPSA/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,35 @@ Non-SI units are to be kept at an absolute minimum, and they must be declared as
package ReleaseNotes "Release notes"
extends Modelica.Icons.ReleaseNotes;

class Version_2_0_0 "Version 2.0.0"
extends Modelica.Icons.ReleaseNotes;
annotation (preferredView="info", Documentation(info="<html>
<p>
Second release of the IBPSA library.
</p>
</html>"));
end Version_2_0_0;

class Version_1_0_0 "Version 1.0.0"
extends Modelica.Icons.ReleaseNotes;
annotation (preferredView="info", Documentation(info="<html>
<p>
First official release of the Annex 60 library.
Future development will continue on
<a href=\"https://github.com/ibpsa/modelica\">https://github.com/ibpsa/modelica</a>.
First official release of the IBPSA library.
</p>
</html>"));
end Version_1_0_0;


annotation (preferredView="info",
Documentation(info="<html>
<p>
This section summarizes the changes that have been performed
on the <code>IBPSA</code> library.
This section summarizes the releases of the <code>IBPSA</code> library.
</p>
<ul>
<li>
<a href=\"modelica://IBPSA.UsersGuide.ReleaseNotes.Version_2_0_0\">Version 2.0.0</a>(June 14, 2018)
</li>
<li>
<a href=\"modelica://IBPSA.UsersGuide.ReleaseNotes.Version_1_0_0\">Version 1.0.0</a>(January 17, 2017)
</li>
</ul>
Expand Down Expand Up @@ -240,6 +250,15 @@ the <code>IBPSA</code> library
</p>
<ul>
<li>
David Blum, Lawrence Berkeley National Laboratory, Berkeley, CA, USA
</li>
<li>
Massimo Cimmino, Polytechnique Montreal, Canada
</li>
<li>
Jianjun Hu, Lawrence Berkeley National Laboratory, Berkeley, CA, USA
</li>
<li>
Marcus Fuchs, RWTH Aachen University, Germany
</li>
<li>
Expand Down Expand Up @@ -409,9 +428,9 @@ end UsersGuide;


annotation (
version="1.0.0",
versionDate="2017-01-17",
dateModified = "2017-01-17",
version="2.0.0",
versionDate="2018-06-14",
dateModified = "2018-06-14",
uses(Modelica(version="3.2.2")),
preferredView="info",
Documentation(info="<html>
Expand Down

0 comments on commit ac6e5ff

Please sign in to comment.