Skip to content

Commit

Permalink
Merge pull request #29 from gridap/gridap_0.16
Browse files Browse the repository at this point in the history
Gridap 0.16
  • Loading branch information
amartinhuertas authored Jul 28, 2021
2 parents b9cd5b0 + 47a44c6 commit 26be612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"

[compat]
Gridap = "0.15,0.16"
julia = "1"
SparseMatricesCSR = "0.6.1"
julia = "1.3"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 26be612

@amartinhuertas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/41578

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 26be6127e69ef0e1f7f99d743c378ee3f30e8ca6
git push origin v0.5.0

Please sign in to comment.