Skip to content

Commit

Permalink
Merge #77
Browse files Browse the repository at this point in the history
77: Bump ClimaParameters compat. r=ilopezgp a=ilopezgp



Co-authored-by: ilopezgp <ilopezgp@gmail.com>
  • Loading branch information
bors[bot] and ilopezgp authored Jan 14, 2022
2 parents 9e5f90c + 74e876f commit e9f9a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Thermodynamics"
uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
authors = ["Climate Modeling Alliance"]
version = "0.5.9"
version = "0.5.10"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand All @@ -11,7 +11,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"

[compat]
CLIMAParameters = "0.1, 0.2, 0.3"
CLIMAParameters = "0.1, 0.2, 0.3, 0.4"
DocStringExtensions = "0.8.1"
KernelAbstractions = "0.7.2"
RootSolvers = "0.2"
Expand Down

2 comments on commit e9f9a11

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

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

Please sign in to comment.