From 213345f9559dd8111e142042cc027a6f3ff7c951 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:58:50 -0800 Subject: [PATCH] bump patch release --- NEWS.md | 6 +++++- Project.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8ddcd7f2c..f458c48e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,8 +3,12 @@ RRTMGP.jl Release Notes main ------ -Update cloud optics to the latest version of rrtmgp-data. + +v0.19.2 +----- +- Update cloud optics to the latest version of rrtmgp-data. PR [#562](https://github.com/CliMA/RRTMGP.jl/pull/562) +- Remove pade approximation. PR [#563](https://github.com/CliMA/RRTMGP.jl/pull/563) v0.19.1 ----- diff --git a/Project.toml b/Project.toml index 9d81a632a..c32e6f539 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RRTMGP" uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1" authors = ["Climate Modeling Alliance"] -version = "0.19.1" +version = "0.19.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"