From 6f7379d2914a9c967f4d43f9d26f4f5e185ac533 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Fri, 28 Jun 2024 12:11:24 -0400 Subject: [PATCH] GCClassic (GEOS-Chem Classic) 14.4.1 release Updated version numbers from 14.4.0 to 14.4.1 in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Signed-off-by: Bob Yantosca --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c179e38..4a4a325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.1] - 2024-06-28 ### Fixed - Fixed formatting error in `.github/workflows/stale.yml` that caused the Mark Stale Issues action not to run diff --git a/CMakeLists.txt b/CMakeLists.txt index 68860ac..2d7a91e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13) project (geos-chem-classic - VERSION 14.4.0 + VERSION 14.4.1 LANGUAGES Fortran ) diff --git a/docs/source/conf.py b/docs/source/conf.py index fac6ee8..f203544 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.0' +release = '14.4.1' # -- General configuration ---------------------------------------------------