Skip to content

Commit 5b7a4a7

Browse files
committed
GCHP 14.5.1 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 <yantosca@seas.harvard.edu>
1 parent a2affc2 commit 5b7a4a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This file documents all notable changes to the GCHP wrapper repository starting
99

1010
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).
1111

12-
## [Unreleased] - TBD
12+
## [14.5.1] - 2025-01-10
1313
### Added
1414
- Added code to `src/CMakeLists.txt` to build & install the KPP standalone executable when `fullchem` or `custom` mechanisms are selected
1515
- Added ReadTheDocs Supplemental Guide on using the KPP-Standalone Box Model and KPP-Standalone Interface in GEOS-Chem

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.13)
22
project (gchp_ctm
3-
VERSION 14.5.0
3+
VERSION 14.5.1
44
LANGUAGES Fortran CXX C
55
)
66

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'GEOS-Chem Support Team'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '14.5.0'
26+
release = '14.5.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)