From 718fe7f33c35f2e57da90b891c25931b315a9ff0 Mon Sep 17 00:00:00 2001 From: kmdeck <65979205+kmdeck@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:38:33 -0700 Subject: [PATCH] update news and project toml version (#114) --- NEWS.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 426e34d6..8bbbab07 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,10 @@ ClimaUtilities.jl Release Notes =============================== main +------ + + +v0.1.15 ------- ### Features diff --git a/Project.toml b/Project.toml index 51319631..7844e86b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaUtilities" uuid = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513" authors = ["Gabriele Bozzola ", "Julia Sloan "] -version = "0.1.14" +version = "0.1.15" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"