Skip to content

Commit

Permalink
Merge #298
Browse files Browse the repository at this point in the history
298: bump version to 0.3.0 r=juliasloan25 a=juliasloan25



Co-authored-by: Julia Sloan <jsloan@caltech.edu>
  • Loading branch information
bors[bot] and juliasloan25 committed Aug 16, 2023
2 parents 81af155 + 252ca5a commit 076d040
Show file tree
Hide file tree
Showing 3 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 = "ClimaLSM"
uuid = "7884a58f-fab6-4fd0-82bb-ecfedb2d8430"
authors = ["Clima Land Team"]
version = "0.2.7"
version = "0.3.0"

[deps]
ArtifactWrappers = "a14bc488-3040-4b00-9dc1-f6467924858a"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ version = "0.3.5"
deps = ["ArtifactWrappers", "CFTime", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "Dates", "DiffEqCallbacks", "DocStringExtensions", "IntervalSets", "JLD2", "LinearAlgebra", "NCDatasets", "StaticArrays", "SurfaceFluxes", "Thermodynamics", "UnPack"]
path = ".."
uuid = "7884a58f-fab6-4fd0-82bb-ecfedb2d8430"
version = "0.2.7"
version = "0.3.0"

[[deps.ClimaTimeSteppers]]
deps = ["CUDA", "ClimaComms", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "SciMLBase", "StaticArrays"]
Expand Down
2 changes: 1 addition & 1 deletion experiments/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ version = "0.3.5"
deps = ["ArtifactWrappers", "CFTime", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "Dates", "DiffEqCallbacks", "DocStringExtensions", "IntervalSets", "JLD2", "LinearAlgebra", "NCDatasets", "StaticArrays", "SurfaceFluxes", "Thermodynamics", "UnPack"]
path = ".."
uuid = "7884a58f-fab6-4fd0-82bb-ecfedb2d8430"
version = "0.2.7"
version = "0.3.0"

[[deps.ClimaTimeSteppers]]
deps = ["CUDA", "ClimaComms", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "SciMLBase", "StaticArrays"]
Expand Down

2 comments on commit 076d040

@juliasloan25
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 ClimaLSM

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

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.3.0 -m "<description of version>" 076d04047eea206dff797072f48d60494ba43852
git push origin v0.3.0

Please sign in to comment.