Skip to content

Commit

Permalink
Merge #1216
Browse files Browse the repository at this point in the history
1216: Update to 0.27.6 (fixed reference state) r=ilopezgp a=ilopezgp

# PULL REQUEST

## Purpose and Content

- Minor release of theta-var branch that includes the MSE reference state fix, which should enable calibration of the deep convective cases without spurious results near the tropopause.

Co-authored-by: Ignacio <ilopezgo@caltech.edu>
  • Loading branch information
bors[bot] and ilopezgp committed Jun 28, 2022
2 parents a6f0c43 + 0399ff7 commit 0987292
Showing 1 changed file with 1 addition and 1 deletion.
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.5"
version = "0.27.6"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand Down

2 comments on commit 0987292

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

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.6 -m "<description of version>" 0987292e2117556fc41ead5a4eb31486184875cf
git push origin v0.27.6

Please sign in to comment.