diff --git a/NEWS.md b/NEWS.md index 0d9cbf32ec..b4eb35a610 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,9 @@ ClimaCore.jl Release Notes ======================== main +------- + +v0.14.20 ------- - We've added new convenience constructors for grids PR [1848](https://github.com/CliMA/ClimaCore.jl/pull/1848). Here are links to the new constructors: diff --git a/Project.toml b/Project.toml index 0f55b698c6..3dd8da04f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.14.19" +version = "0.14.20" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"