Skip to content

Commit 3c14c3c

Browse files
committed
Update version number/release notes
1 parent b1a5266 commit 3c14c3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
22
name = "Modia"
33
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
4-
version = "0.9.4-dev"
4+
version = "0.9.4"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ functionalities of these packages.
4242

4343
## Release Notes
4444

45-
### Version 0.9.4-dev
45+
### Version 0.9.4
4646

4747
- Precompile statements included (compilation of Modia package takes more time, but startup of Modia model simulations is faster).
4848
- `@instantiateModel(..., logFile=true)`: New keyword argument `logFile` in order that log of file and line number can be
@@ -51,7 +51,7 @@ functionalities of these packages.
5151
- Log of statistics improved and included in writeSignalTable(..) of instantiatedModel.
5252
- SignalTables.getSignalNames(..): Order of signal names improved so that the linear listing reflects the hierarchy of the names.
5353
- writeSignalTable(..): attributes renamed to _attributes. All used simulate!(..) options included in Map experiment.
54-
- Require SignalTables 0.4.1 (since several issues fixed with writeSignalTable(..)).
54+
- Require SignalTables 0.4.2 (since several issues fixed with writeSignalTable(..)).
5555
- Update to newest versions of packages.
5656

5757
**Bug fixes**

0 commit comments

Comments
 (0)