Skip to content

Commit

Permalink
Merge pull request #294 from Circuitscape/compathelper/new_version/20…
Browse files Browse the repository at this point in the history
…21-05-22-01-14-24-209-1695633907

CompatHelper: add new compat entry for "AlgebraicMultigrid" at version "0.4"
  • Loading branch information
ranjanan authored May 26, 2021
2 parents 542ed88 + f4f6ea3 commit e1dfec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AlgebraicMultigrid = "0.4"
ArchGDAL = "0.5 - 0.6"
GZip = "0.5.1"
IterativeSolvers = "0.8, 0.9"
Expand Down

2 comments on commit e1dfec2

@ranjanan
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
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/37519

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 v5.8.0 -m "<description of version>" e1dfec26ff3db84535050e5c2c401ee4be959e8e
git push origin v5.8.0

Please sign in to comment.