Skip to content

Commit fc30432

Browse files
committed
Version changed to 0.7.0; TagBot.yml updated
1 parent 291482e commit fc30432

File tree

5 files changed

+23
-20
lines changed

5 files changed

+23
-20
lines changed

.github/workflows/TagBot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 * * * *
3+
issue_comment:
4+
types:
5+
- created
6+
workflow_dispatch:
57
jobs:
68
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
710
runs-on: ubuntu-latest
811
steps:
912
- uses: JuliaRegistries/TagBot@v1
1013
with:
1114
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

Manifest.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ version = "1.6.0"
598598

599599
[[Latexify]]
600600
deps = ["Formatting", "InteractiveUtils", "LaTeXStrings", "MacroTools", "Markdown", "Printf", "Requires"]
601-
git-tree-sha1 = "1925f6838df247e7853f3f9727dd8a52a78f60f4"
601+
git-tree-sha1 = "f77a16cb3804f4a74f57e5272a6a4a9a628577cb"
602602
uuid = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
603-
version = "0.15.2"
603+
version = "0.15.5"
604604

605605
[[LazyArtifacts]]
606606
deps = ["Artifacts", "Pkg"]
@@ -1180,9 +1180,9 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
11801180

11811181
[[StatsBase]]
11821182
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics"]
1183-
git-tree-sha1 = "4bc58880426274277a066de306ef19ecc22a6863"
1183+
git-tree-sha1 = "4d8ca45223d7a28839e775d73a6f6b6b2ac64fd1"
11841184
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1185-
version = "0.33.5"
1185+
version = "0.33.6"
11861186

11871187
[[StatsFuns]]
11881188
deps = ["LogExpFunctions", "Rmath", "SpecialFunctions"]
@@ -1216,9 +1216,9 @@ version = "0.5.1"
12161216

12171217
[[StructTypes]]
12181218
deps = ["Dates", "UUIDs"]
1219-
git-tree-sha1 = "ad4558dee74c5d26ab0d0324766b1a3ee6ae777a"
1219+
git-tree-sha1 = "e36adc471280e8b346ea24c5c87ba0571204be7a"
12201220
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
1221-
version = "1.7.1"
1221+
version = "1.7.2"
12221222

12231223
[[SuiteSparse]]
12241224
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
@@ -1242,15 +1242,15 @@ version = "5.2.0+1"
12421242

12431243
[[SymbolicUtils]]
12441244
deps = ["AbstractAlgebra", "AbstractTrees", "ChainRulesCore", "Combinatorics", "ConstructionBase", "DataStructures", "IfElse", "LabelledArrays", "LinearAlgebra", "NaNMath", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArrays", "TimerOutputs"]
1245-
git-tree-sha1 = "b21d29589b8cc8f10cbd9839996e8ac5846fe361"
1245+
git-tree-sha1 = "e024f71ab5d34fcb7e27740c304b65a64264f48f"
12461246
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
1247-
version = "0.11.1"
1247+
version = "0.11.2"
12481248

12491249
[[Symbolics]]
12501250
deps = ["AbstractAlgebra", "DiffRules", "Distributions", "DocStringExtensions", "IfElse", "Latexify", "Libdl", "LinearAlgebra", "MacroTools", "NaNMath", "RecipesBase", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Setfield", "SparseArrays", "SpecialFunctions", "SymbolicUtils", "TreeViews"]
1251-
git-tree-sha1 = "9f11dda9b5546bdbbe4639b323f8bb00a7c14489"
1251+
git-tree-sha1 = "a752ddc52faab2e5d1fe2a35d7ead2496430eb11"
12521252
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1253-
version = "0.1.22"
1253+
version = "0.1.24"
12541254

12551255
[[TOML]]
12561256
deps = ["Dates"]
@@ -1326,9 +1326,9 @@ version = "1.7.0"
13261326

13271327
[[VectorizationBase]]
13281328
deps = ["ArrayInterface", "Hwloc", "IfElse", "Libdl", "LinearAlgebra", "Static"]
1329-
git-tree-sha1 = "4f9b7b3e40da418518e0282e7397fd0ca17a7527"
1329+
git-tree-sha1 = "51afeb432d4d8c446dd87d15af83a54046525839"
13301330
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1331-
version = "0.19.28"
1331+
version = "0.19.29"
13321332

13331333
[[VertexSafeGraphs]]
13341334
deps = ["LightGraphs"]

Project.toml

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

66
[deps]
77
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"

docs/src/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ julia> ]add Measurements
3030

3131
## Release Notes
3232

33-
### Version 0.7.2
33+
### Version 0.7.0
3434

35-
- Initial version, based on code developed for Modia 0.6, ModiaMath 0.6,
36-
and TinyModia 0.7.2.
35+
- Initial version of new Modia design (based on code developed for Modia 0.6, ModiaMath 0.6, TinyModia 0.7.2).
3736

3837

3938
## Main developers

src/Modia.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ module Modia
1010

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
1212

13-
const Version = "0.7.2"
14-
const Date = "2021-04-22"
13+
const Version = "0.7.0"
14+
const Date = "2021-04-25"
1515

1616
#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")
1717
print(" \n\nWelcome to ")

0 commit comments

Comments
 (0)