Skip to content

Commit

Permalink
Update GCHP version number to 14.2.0
Browse files Browse the repository at this point in the history
CMakeLists.txt
docs/source/conf.py
- Updated version number from 14.1.1 to 14.2.0

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 30, 2023
1 parent 6ad8179 commit c5b56d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Updated `AUTHORS.txt` for GCHP 14.2.0
- Updated `README.md` so that links point to http://geos-chem.org
- Updated logo & badge links in `README.md`
- Updated version number to 14.2.0

### Fixed
- Typo in `docs/source/conf.py`, "_static" should be "_static/"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.13)
project (gchp_ctm
VERSION 14.1.1
VERSION 14.2.0
LANGUAGES Fortran CXX C
)

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.1.1'
release = '14.2.0


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit c5b56d7

Please sign in to comment.