Skip to content

Commit

Permalink
Merge #47
Browse files Browse the repository at this point in the history
47: bump version r=trontrytel a=trontrytel

I want to have another release of CM.jl, because #42 changed the interface to aerosol activation module. 

Co-authored-by: Anna Jaruga <[email protected]>
  • Loading branch information
bors[bot] and trontrytel committed Sep 22, 2021
2 parents 03a3a4c + 9da8284 commit 169c19f
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 = "CloudMicrophysics"
uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
authors = ["Climate Modeling Alliance"]
version = "0.2.1"
version = "0.3.0"

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

2 comments on commit 169c19f

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

  • change in the aerosol activation interface (to be able to use moist air gas constants)
  • add GPU tests to the CI
  • update README

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

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.3.0 -m "<description of version>" 169c19f2765f7ccdf08bf7fbbdbbda8d67dffda9
git push origin v0.3.0

Please sign in to comment.