Skip to content

Commit 915abef

Browse files
committed
GCHP 14.5.3 release
This is the official release commit of GCHP 14.5.3. Updated version numbers in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Updated GEOS-Chem submodule to version 14.5.3 Updated HEMCO submodule to version 3.10.2 Updated geos-chem-shared-docs submodule to commit c769e00 Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2 parents 59fcade + b13dadc commit 915abef

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ 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+
## [14.5.3] - 2025-03-05
13+
### Added
14+
- Updated RTD docs to state that users wishing not to open AWS account can use AWS CLI commands with `--no-sign-request`
15+
16+
### Changed
17+
- Updated GEOS-Chem submodule to 14.5.3
18+
- Updated HEMCO submodule to 3.10.2
19+
1220
## [14.5.2] - 2025-02-12
1321
### Added
1422
- Added text to RTD stating that data download from `s3://geos-chem` is and `s3://gcgrid` is free

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.2
3+
VERSION 14.5.3
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.2'
26+
release = '14.5.3'
2727

2828

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

0 commit comments

Comments
 (0)