Skip to content

Commit

Permalink
Merge #402
Browse files Browse the repository at this point in the history
402: bump versions to tag ClimaCore 0.6 r=simonbyrne a=simonbyrne



Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
  • Loading branch information
bors[bot] and simonbyrne authored Jan 5, 2022
2 parents 877c739 + 3d59bcd commit 36df160
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.1"
version = "0.6.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
2 changes: 1 addition & 1 deletion lib/ClimaCoreMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[compat]
ClimaCore = "0.5"
ClimaCore = "0.6"
Makie = "0.15"
julia = "1.6"
2 changes: 1 addition & 1 deletion lib/ClimaCorePlots/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
TriplotBase = "981d1d27-644d-49a2-9326-4793e63143c3"

[compat]
ClimaCore = "0.5"
ClimaCore = "0.6"
RecipesBase = "1"
TriplotBase = "0.1"
julia = "1.6"
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.3.0"
version = "0.4.0"

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

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

8 comments on commit 36df160

@simonbyrne
Copy link
Member

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

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.6.0 -m "<description of version>" 36df160fd6dc303b31a6c373002f7ead5fcc645f
git push origin v0.6.0

@simonbyrne
Copy link
Member

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

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.4.0 -m "<description of version>" 36df160fd6dc303b31a6c373002f7ead5fcc645f
git push origin ClimaCoreVTK-v0.4.0

@simonbyrne
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCorePlots

@simonbyrne
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ClimaCoreMakie

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

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 ClimaCorePlots-v0.1.0 -m "<description of version>" 36df160fd6dc303b31a6c373002f7ead5fcc645f
git push origin ClimaCorePlots-v0.1.0

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

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 ClimaCoreMakie-v0.1.0 -m "<description of version>" 36df160fd6dc303b31a6c373002f7ead5fcc645f
git push origin ClimaCoreMakie-v0.1.0

Please sign in to comment.