From 6d3e8604ab6f4556ce4027b6893b5bacb5d7b88d Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Tue, 13 Aug 2024 14:33:55 -0400 Subject: [PATCH] GCClassic 14.4.3 release Updated version numbers in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Also updated CHANGELOG.md with the latest information. Signed-off-by: Bob Yantosca --- CHANGELOG.md | 8 +++++++- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adcac6..07725d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ This file documents all notable changes to the GEOS-Chem Classic wrapper reposit The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - TBD +## [14.4.3] - 2024-08-13 +### Changed +- Updated GEOS-Chem (science codebase) to 14.4.3 +- Updated HEMCO to 3.9.3 +- Updated Cloud-J to 7.7.3 +- Updated documentation (clarified discussion of grid edges) + ### Fixed - Added brackets around `exempt-issue-labels` list in `.github/workflows/stale.yml` diff --git a/CMakeLists.txt b/CMakeLists.txt index 97b7a01..c193cfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13) project (geos-chem-classic - VERSION 14.4.2 + VERSION 14.4.3 LANGUAGES Fortran ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 377c8d7..1c46044 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'GEOS-Chem Support Team' # The full version, including alpha/beta/rc tags -release = '14.4.2' +release = '14.4.3' # -- General configuration ---------------------------------------------------