Skip to content

Commit

Permalink
Merge #319
Browse files Browse the repository at this point in the history
319: Update Project.toml to v0.5.0 r=jakebolewski a=jakebolewski



Co-authored-by: Jake Bolewski <jakebolewski@gmail.com>
  • Loading branch information
bors[bot] and jakebolewski authored Dec 1, 2021
2 parents 76f58f2 + 7039275 commit 0943584
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.4.0"
version = "0.5.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCoreVTK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "ClimaCoreVTK"
uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.2.0"
version = "0.3.0"

[deps]
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[compat]
ClimaCore = "0.4"
ClimaCore = "0.5"
WriteVTK = "1.11"
julia = "1.6"

4 comments on commit 0943584

@jakebolewski
Copy link
Contributor

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/49738

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.5.0 -m "<description of version>" 09435846f6056b1cf3a8538cc6e31eb804c02bb7
git push origin v0.5.0

@jakebolewski
Copy link
Contributor

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreVTK

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

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 ClimaCoreVTK-v0.3.0 -m "<description of version>" 09435846f6056b1cf3a8538cc6e31eb804c02bb7
git push origin ClimaCoreVTK-v0.3.0

Please sign in to comment.