Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Docu adapted to a new release (0.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Sep 21, 2018
1 parent 4d1454d commit ebfb3c3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModiaMath"
uuid = "67ccffd1-116d-535b-ad39-76a8fd0cbf71"
authors = ["Martin Otter <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The package has been tested with Julia `0.6.3` on Windows 7, Kubuntu 18.04, Ubun
and with Julia `0.7.0` and `1.0.0` on Windows 7 and via the travis CL
on Linux (x86_64-pc-linux-gnu) and macOS (x86_64-apple-darwin14.5.0).

The ModiaMath version number is 0.2.2 and functionality and robustness is planned to be improved for the 1.0 version,
The ModiaMath version number is 0.2.3 and functionality and robustness is planned to be improved for the 1.0 version,
see [Plans for ModiaMath version 1.0](https://ModiaSim.github.io/ModiaMath.jl/latest/man/Plans.html).


Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ instead the instructions
## Release Notes


### Version 0.2.3

- Wrong UUID of ModiaMath corrected (did not correspond to the UUID in Julias METADATA).


### Version 0.2.2

- PyPlot was removed from the REQUIRE and Project.toml files and code was added,
Expand Down
2 changes: 1 addition & 1 deletion src/ModiaMath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Absolute path of package directory of ModiaMath
"""
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
const Time = Float64 # Prepare for later Integer type of time
const Version = "0.2.2 (2018-09-18)"
const Version = "0.2.3 (2018-09-21)"

println(" \nImporting ModiaMath version ", Version)

Expand Down
2 changes: 1 addition & 1 deletion src/SimulationEngine/simulate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function simulate!(model::ModiaMath.AbstractSimulationModel;
ModiaMath.setLog!(logger, log)

#if ModiaMath.isLogInfos(logger)
println("... ModiaMath.simulate! (version 0.2.2 from 2018-09-18 19:05) to simulate model: ", sim.name)
println("... ModiaMath.simulate! (version 0.2.3 from 2018-09-21 09:10) to simulate model: ", sim.name)
#end

# Start timing measure
Expand Down

0 comments on commit ebfb3c3

Please sign in to comment.