Skip to content

Commit

Permalink
Merge #867
Browse files Browse the repository at this point in the history
867: Bump version r=ilopezgp a=ilopezgp

Bumps version to include:
- fixed version of calibrate_io,
- constant dimensional scaling for entrainment closures,
-  improved stack trace for failed experiments,
- and more...

Co-authored-by: ilopezgp <[email protected]>
  • Loading branch information
bors[bot] and ilopezgp authored Mar 5, 2022
2 parents 0951c10 + c0280af commit 71b34a3
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.15.2"
version = "0.16.0"

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

2 comments on commit 71b34a3

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

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.16.0 -m "<description of version>" 71b34a34db3861cab0e241676df642f35a9d6b34
git push origin v0.16.0

Please sign in to comment.