Skip to content

Commit

Permalink
Merge #1054
Browse files Browse the repository at this point in the history
1054: Patch v0.27.2 r=ilopezgp a=ilopezgp



Co-authored-by: ilopezgp <[email protected]>
  • Loading branch information
bors[bot] and ilopezgp authored May 26, 2022
2 parents 7c8eca7 + 17c222c commit c1acc7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TurbulenceConvection"
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
authors = ["Climate Modeling Alliance"]
version = "0.27.1"
version = "0.27.2"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ version = "0.3.4"
deps = ["CLIMAParameters", "ClimaCore", "CloudMicrophysics", "Dierckx", "Distributions", "DocStringExtensions", "FastGaussQuadrature", "Flux", "LambertW", "LinearAlgebra", "OperatorFlux", "StaticArrays", "StatsBase", "StochasticDiffEq", "Thermodynamics", "UnPack"]
path = ".."
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
version = "0.27.1"
version = "0.27.2"

[[deps.URIs]]
git-tree-sha1 = "97bbe755a53fe859669cd907f2d96aee8d2c1355"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ version = "0.3.4"
deps = ["CLIMAParameters", "ClimaCore", "CloudMicrophysics", "Dierckx", "Distributions", "DocStringExtensions", "FastGaussQuadrature", "Flux", "LambertW", "LinearAlgebra", "OperatorFlux", "StaticArrays", "StatsBase", "StochasticDiffEq", "Thermodynamics", "UnPack"]
path = ".."
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
version = "0.27.1"
version = "0.27.2"

[[deps.URIs]]
git-tree-sha1 = "97bbe755a53fe859669cd907f2d96aee8d2c1355"
Expand Down
2 changes: 1 addition & 1 deletion perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ version = "0.3.4"
deps = ["CLIMAParameters", "ClimaCore", "CloudMicrophysics", "Dierckx", "Distributions", "DocStringExtensions", "FastGaussQuadrature", "Flux", "LambertW", "LinearAlgebra", "OperatorFlux", "StaticArrays", "StatsBase", "StochasticDiffEq", "Thermodynamics", "UnPack"]
path = ".."
uuid = "8e072fc4-01f8-44fb-b9dc-f9336c367e6b"
version = "0.27.1"
version = "0.27.2"

[[deps.URIs]]
git-tree-sha1 = "97bbe755a53fe859669cd907f2d96aee8d2c1355"
Expand Down

2 comments on commit c1acc7b

@ilopezgp
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/61107

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

Please sign in to comment.