Skip to content

Commit c4000cd

Browse files
committed
Bump version number for release 0.3.0
1 parent 597112c commit c4000cd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

XInTheLoop/package.mo

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package XInTheLoop "Components for X-in-the-Loop functionality"
33
extends Icons.XInTheLoop;
44
annotation(
55
preferredView = "info",
6-
version = "0.2.1-dev",
6+
version = "0.3.0",
77
uses(Modelica(version = "4.0.0"), Modelica_DeviceDrivers(version = "2.1.1")),
88
Documentation(info = "<html><head></head><body>
99
<p>This library enables an external system in the loop while simulating a model. A typical use case is to exchange the needed set of values between a high-level controller model and a low level hardware controller process.</p>
@@ -37,9 +37,8 @@ When clicking the DOI above, it will resolve to the DOI information of the curre
3737
<table border=\"1\" cellspacing=\"0\" cellpadding=\"2\"><tbody>
3838
<tr><th>Version</th><th>Released</th><th>Description</th></tr>
3939
<!-- DOI for the latest version is created AFTER the release, and is therefore not known when describing it here -->
40-
<!--
41-
<tr><td>Future version</td><td>Not yet released</td><td>Enhanced documentation?</td></tr>
42-
-->
40+
<tr><td>0.3.0</td><td>2024-09-23</td>
41+
<td>Combining previous pre-releases. Improving documentation and Python scripts.</td></tr>
4342
<tr><td>0.2.0-beta</td><td>2023-04-25</td>
4443
<td>Live demonstration at M40 meeting - supporting external EMS and <a href=\"modelica://Modelica\">Modelica Standard Library</a> v4.0.0</td></tr>
4544
<tr><td>0.1.1-beta</td><td>2022-11-29</td>

0 commit comments

Comments
 (0)