Skip to content

Commit

Permalink
GCClassic 14.4.2 release
Browse files Browse the repository at this point in the history
Changed version numbers in:
- CHANGELOG.md
- CMakeLists.txt
- docs/source/conf.py

Submodule versions have now been updated to:
- GEOS-Chem (Science Codebase) 14.4.2
- HEMCO 3.9.2
- Cloud-J 7.7.2

See CHANGELOG.md for a list of updates in this version.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jul 24, 2024
1 parent ea0ef9b commit da0c60f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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).

## [14.4.2] - TBD
## [14.4.2] - 2024-07-24
### Added
- ReadTheDocs update for for Cloud-J input parameter `num_levs_with_cloud`
- ReadTheDocs update: add section about using a dry-run simulation to Quickstart Guide
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required (VERSION 3.13)
project (geos-chem-classic
VERSION 14.4.1
VERSION 14.4.2
LANGUAGES Fortran
)

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'GEOS-Chem Support Team'

# The full version, including alpha/beta/rc tags
release = '14.4.1'
release = '14.4.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/GEOS-Chem
Submodule GEOS-Chem updated 1 files
+1 −1 CHANGELOG.md

0 comments on commit da0c60f

Please sign in to comment.