Skip to content

Commit e499969

Browse files
committed
GCHP 14.4.3 release
Updated version numbers in: - CHANGELOG.md - CMakeLists.txt - docs/source/conf.py Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 33b5796 commit e499969

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ 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.4.3] - 2024-08-13
13+
### Changed
14+
- Updated GEOS-Chem (science codebase) to 14.4.3
15+
- Updated HEMCO to 3.9.3
16+
- Updated Cloud-J to 7.7.3
17+
1318
### Fixed
1419
- Added brackets around `exempt-issue-labels` list in `.github/workflows/stale.yml`
1520

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.4.2
3+
VERSION 14.4.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.4.2'
26+
release = '14.4.3'
2727

2828

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

0 commit comments

Comments
 (0)