Skip to content

Commit 67d22eb

Browse files
committed
Raise version to 2.0.0 using MSL 4.0.0
1 parent 4cdbc52 commit 67d22eb

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

PowerSystems/UsersGuide.mo

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,18 @@ The following table summerizes the PhaseSystems that are predefined in the Power
7777
</ul>
7878
</html>", revisions="<html>
7979
<ul>
80-
<li><i>30 Jun 2021</i>
80+
<li><i>20 Mar 2023</i>
81+
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
82+
Version 2.0.0
83+
<ul>
84+
<li>Upgrade used Modelica Standard Library to version 4.0.0 (#50, #51)</li>
85+
</ul>
86+
</li>
87+
<li><i>20 Mar 2023</i>
8188
by <a href=\"mailto:Ruediger.Franke@de.abb.com\">Ruediger Franke</a>:<br>
8289
Version 1.0.1
8390
<ul>
91+
<li>Remove StateSelect.prefer from angular velocity of electrical machines</li>
8492
<li>Make semiconductor model in Semiconductors.PhaseModules.SwitchModule replaceable.</li>
8593
<li>Fix unit in AC3ph.Impedances.Inductor (#43).</li>
8694
<li>Added missing 'each' to AC3ph.Machines.Synchron_pm_ctrl (#44).</li>

PowerSystems/package.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ package PowerSystems "Library for electrical power systems"
1414
annotation (choicesAllMatching=true);
1515

1616
annotation (preferredView="info",
17-
version="1.0.1",
18-
versionDate="2021-06-30",
17+
version="2.0.0",
18+
versionDate="2023-03-20",
1919
Documentation(info="<html>
2020
<p>The Modelica PowerSystems library is intended for the modeling of electrical <b>power systems</b> at different <b>levels of detail</b> both in <b>transient</b> and <b>steady-state</b> mode.</p>
2121
<p>The Users Guide to the library is <a href=\"modelica://PowerSystems.UsersGuide\"><b>here</b></a>.</p>

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ See also the publication [Franke, Wiesmann: Flexible modeling of electrical powe
1919

2020
## Current release
2121

22-
Download [PowerSystems v1.0.0 (2018-11-12)](../../archive/v1.0.0.zip)
22+
Download [PowerSystems v1.0.1 (2023-03-20)](../../archive/v1.0.1.zip)
2323

2424
#### Revisions
2525

26+
* [Version v2.0.0 development (2023-03-20)](../../archive/v2.0.0.zip)
27+
* Upgrade used Modelica Standard Library to version 4.0.0 (#50, #51)
28+
2629
* [Version v1.0.1 (2021-06-30)](../../archive/v1.0.1.zip)
30+
* Remove StateSelect.prefer from angular velocity of electrical machines
2731
* Make semiconductor model in Semiconductors.PhaseModules.SwitchModule replaceable.
2832
* Fix unit in AC3ph.Impedances.Inductor (#43).
2933
* Added missing 'each' to AC3ph.Machines.Synchron_pm_ctrl (#44).

0 commit comments

Comments
 (0)