Skip to content

Commit

Permalink
Merge pull request #98 from gher-ulg/compathelper/new_version/2022-03…
Browse files Browse the repository at this point in the history
…-07-01-11-38-566-01190433812

CompatHelper: bump compat for NCDatasets to 0.12, (keep existing compat)
  • Loading branch information
Alexander-Barth authored Mar 7, 2022
2 parents 678f30c + 712e94a commit 44b3bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Interpolations = "0.12, 0.13"
IterativeSolvers = "0.8, 0.9"
Missings = "0.4, 1.0"
Mustache = "1"
NCDatasets = "0.10, 0.11"
NCDatasets = "0.10, 0.11, 0.12"
SpecialFunctions = "0.8, 0.10, 1.0, 2"
ZipFile = "0.8, 0.9"
julia = "0.7, 1"
Expand Down

2 comments on commit 44b3bdd

@Alexander-Barth
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 created: JuliaRegistries/General/56229

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 v2.7.7 -m "<description of version>" 44b3bdd1d093e7c3f7ca313e8f205fc50247f923
git push origin v2.7.7

Please sign in to comment.