Skip to content

Commit

Permalink
fix version number of CommonDataModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Jun 15, 2023
1 parent 2b8e97a commit cb2e615
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
Expand Up @@ -3,7 +3,7 @@ uuid = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
keywords = ["netcdf", "climate and forecast conventions", "oceanography", "meteorology", "climatology", "opendap"]
license = "MIT"
desc = "Load and create NetCDF files in Julia"
version = "0.12.16"
version = "0.12.17"

[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand All @@ -16,7 +16,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
CFTime = "0.1.1"
CommonDataModel = "0.2"
CommonDataModel = "0.2.3"
DataStructures = "0.17, 0.18"
NetCDF_jll = "=400.701.400, =400.702.400, =400.902.5, =400.902.208"
NetworkOptions = "1.2"
Expand Down

2 comments on commit cb2e615

@Alexander-Barth
Copy link
Owner 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/85646

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

Please sign in to comment.