Skip to content

Commit

Permalink
Updating NCDatasets.jl compat to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Jan 9, 2024
1 parent b17e1a8 commit 19dfd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeoRegions"
uuid = "b001f823-fa75-4bff-bf55-6610c8f3688a"
authors = ["natgeo-wong <natgeo.wong@outlook.com>"]
version = "5.2.6"
version = "5.2.7"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -16,7 +16,7 @@ PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
[compat]
GeometryBasics = "0.3, 0.4"
ImageFiltering = "0.7"
NCDatasets = "0.13"
NCDatasets = "0.13, 0.14"
PolygonOps = "0.1"
PrettyTables = "2"
julia = "^1.6"
Expand Down

2 comments on commit 19dfd82

@natgeo-wong
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

Release Notes:

  • Updating NCDatasets.jl [compat] to include v0.14

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

Tagging

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.2.7 -m "<description of version>" 19dfd82177d2b5032e082e323b12baa286ea82e4
git push origin v5.2.7

Please sign in to comment.