Skip to content

Commit

Permalink
Merge #1168
Browse files Browse the repository at this point in the history
1168: bump version for a patch release r=trontrytel a=trontrytel

We need another patch release for theta-var (including the fix to overwriting the precipitation tendencies with zeros)


Co-authored-by: Anna Jaruga <[email protected]>
  • Loading branch information
bors[bot] and trontrytel authored Jun 11, 2022
2 parents 50f6899 + c747d1f commit 7be54d6
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.4"
version = "0.27.5"

[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 @@ -1576,7 +1576,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.4"
version = "0.27.5"

[[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 @@ -1665,7 +1665,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.4"
version = "0.27.5"

[[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 @@ -1677,7 +1677,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.4"
version = "0.27.5"

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

2 comments on commit 7be54d6

@trontrytel
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/62220

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.5 -m "<description of version>" 7be54d6957dd48acedfd09403bc1e6856d711a08
git push origin v0.27.5

Please sign in to comment.