Skip to content

Commit

Permalink
Merge #41
Browse files Browse the repository at this point in the history
41: Update Thermodynamics compat, bump version r=charleskawczynski a=charleskawczynski

We should have bumped the thermo compat, right now, no packages can `resolve` to use the latest version because the version of thermodynamics that this package limits us to uses an older version of CLIMAParameters :(

I found this out when trying to update ClimateMachine.jl..

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski committed Sep 14, 2021
2 parents 1f36c73 + c45573b commit 1605cd8
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 = "CloudMicrophysics"
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
authors = ["Climate Modeling Alliance"]
version = "0.2.0"
version = "0.2.1"

[deps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
Expand All @@ -13,5 +13,5 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
CLIMAParameters = "0.2"
DocStringExtensions = "0.8"
SpecialFunctions = "1"
Thermodynamics = "0.3"
Thermodynamics = "0.4"
julia = "1.5"

2 comments on commit 1605cd8

@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 register

Release notes:

  • Fix dependency on Thermodynamics.jl in compat

@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 updated: JuliaRegistries/General/44528

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.2.1 -m "<description of version>" 1605cd8d6e7978d3f6efe5c896edcbd88550c49d
git push origin v0.2.1

Please sign in to comment.