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

Commit

Permalink
Missing dependency of Test package added
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Apr 1, 2021
1 parent 8b66600 commit 20049c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TinyModia"
uuid = "0169e107-af13-440d-89df-ca21e82123ce"
authors = ["Hilding Elmqvist <Hilding.Elmqvist@Mogram.net>", "Martin Otter <Martin.Otter@dlr.de>"]
version = "0.7.1"
version = "0.7.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -12,6 +12,7 @@ ModiaBase = "ec7bf1ca-419d-4510-bbab-199861c55244"
ModiaPlot = "951137b1-a5aa-4c03-8412-295bfee9a204"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Expand Down
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ julia> ]add ModiaPlot, Unitful, DifferentialEquations, Measurements, MonteCarloM

## Release Notes

### Version 0.7.2

- Missing dependency of Test package added.

### Version 0.7.1

- Variable constructor `Var(...)` introduced. For example:
Expand Down

0 comments on commit 20049c5

Please sign in to comment.