Skip to content

Commit c4591eb

Browse files
committed
GCHP 14.6.1 release
This is the official release commit of GCHP 14.6.1. Updated version numbers in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Updated GEOS-Chem submodule to version 14.6.1 Updated HEMCO submodule to version 3.11.1 Updated geos-chem-shared-docs submodule to commit 9e2e1de Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
2 parents fbb215f + e6cff0d commit c4591eb

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

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.6.1] - 2025-05-29
13+
### Added
14+
- Added ReadTheDocs documentation updates for GCHP 14.6.1
15+
16+
### Changed
17+
- Updated GEOS-Chem submodule to 14.6.1
18+
- Updated HEMCO submodule to 3.11.1
19+
1220
## [14.6.0] - 2025-04-18
1321
### Added
1422
- Added ReadTheDocs documentation about GEOS-Chem simulations

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.6.0
3+
VERSION 14.6.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.6.0'
26+
release = '14.6.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------
Submodule geos-chem updated 49 files

0 commit comments

Comments
 (0)