From b2495571899c877c563f4d26b46b053893e98c1f Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 12 Jun 2023 13:38:34 -0400 Subject: [PATCH] Update changelog and cmake for release --- CHANGELOG.md | 8 ++++++-- CMakeLists.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2737c180d4a..d3e9fd54bac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed a bug when performing veritcal regridding in History when the output grid cannot be decomposed so that every core has a DE - ### Removed ### Deprecated +## [2.39.3] - 2023-06-12 + +### Fixed + +- Fixed a bug when performing vertical regridding in History when the output grid cannot be decomposed so that every core has a DE + ## [2.39.2] - 2023-05-30 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a6eb8746816..d796c3a52b95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.39.2 + VERSION 2.39.3 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui