Skip to content

Commit

Permalink
add compat entry in test for Trixi
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 1, 2020
1 parent d783d42 commit c8f4214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"

[compat]
Trixi = "0.1"

2 comments on commit c8f4214

@ranocha
Copy link
Member Author

@ranocha ranocha commented on c8f4214 Sep 1, 2020

Choose a reason for hiding this comment

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

@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/20614

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.1.1 -m "<description of version>" c8f4214c9da62f93da9cc7fbe2970d337ebc6036
git push origin v0.1.1

Please sign in to comment.