Skip to content

Commit

Permalink
Update version number to 14.3.0 in preparation for release
Browse files Browse the repository at this point in the history
Also add bug fix to script ./release/changeVersionNumbers.sh to include
KPP CHANGELOG file in the GEOS-Chem submodule.

Signed-off-by: Melissa Sulprizio <mpayer@seas.harvard.edu>
  • Loading branch information
msulprizio committed Feb 7, 2024
1 parent 369848c commit 347e3de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .release/changeVersionNumbers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function main() {
files=( \
"CHANGELOG.md" \
"src/GEOS-Chem/CHANGELOG.md" \
"src/GEOS-Chem/KPP/fullchem/CHANGELOG_fullchem.md" \
)

# Replace version numbers in files
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 14.3.0] - TBD
## [14.3.0] - 2024-02-07
### Changed
- Updated GEOS-Chem submodule to 14.3.0
- Updated HEMCO submodule to 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion src/GEOS-Chem

0 comments on commit 347e3de

Please sign in to comment.