forked from ModiaSim/ModiaBase.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes for 0.7.2 and project.toml file updated
- Loading branch information
1 parent
21b82b7
commit 3bb530f
Showing
4 changed files
with
98 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ModiaBase" | ||
uuid = "ec7bf1ca-419d-4510-bbab-199861c55244" | ||
authors = ["Hilding Elmqvist <[email protected]>", "Martin Otter <[email protected]>"] | ||
version = "0.7.2-dev" | ||
version = "0.7.2" | ||
|
||
[deps] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
|
@@ -13,10 +13,10 @@ MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca" | |
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | ||
|
||
[compat] | ||
julia = "1.5, 1.6" | ||
DataFrames = "0.22, 0.21, 0.20, 0.19" | ||
DataFrames = "0.22, 0.21, 0.20, 0.19" | ||
DataStructures = "0.18, 0.17" | ||
DiffRules = "1.0" | ||
Measurements = "2.5" | ||
DiffRules = "1.0" | ||
Measurements = "2.5, 2.4, 2.3" | ||
MonteCarloMeasurements = "0.10" | ||
Unitful = "1.5, 1.4, 1.3" | ||
Unitful = "1.6, 1.5, 1.4, 1.3" | ||
julia = "1.5, 1.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.