From f807e1a3828a57d663001297f8d8cf36978040c3 Mon Sep 17 00:00:00 2001 From: Melissa Sulprizio Date: Wed, 7 Feb 2024 13:36:14 -0500 Subject: [PATCH] Update HEMCO version number to 3.8.0 in preparation for release Signed-off-by: Melissa Sulprizio --- CHANGELOG.md | 2 +- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- src/Core/hco_error_mod.F90 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46930265..2bb7df08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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] - TBD +## [3.8.0] - 2024-02-07 ### Changed - Updated TOMAS_Jeagle sea salt extension diff --git a/CMakeLists.txt b/CMakeLists.txt index 39638d1e..99ff499b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # HEMCO/CMakeLists.txt cmake_minimum_required(VERSION 3.5) -project(HEMCO VERSION 3.7.2 LANGUAGES Fortran) +project(HEMCO VERSION 3.8.0 LANGUAGES Fortran) # Reminder: Make sure to also update version in src/Core/hco_error_mod.F90 #----------------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 30a3395b..a0ed8f58 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'GEOS-Chem Support Team' # The full version, including alpha/beta/rc tags -release = '3.7.2' +release = '3.8.0' # -- General configuration --------------------------------------------------- diff --git a/src/Core/hco_error_mod.F90 b/src/Core/hco_error_mod.F90 index 7bf556e9..291905b4 100644 --- a/src/Core/hco_error_mod.F90 +++ b/src/Core/hco_error_mod.F90 @@ -105,7 +105,7 @@ MODULE HCO_Error_Mod #endif ! HEMCO version number. - CHARACTER(LEN=12), PARAMETER, PUBLIC :: HCO_VERSION = '3.7.2' + CHARACTER(LEN=12), PARAMETER, PUBLIC :: HCO_VERSION = '3.8.0' INTERFACE HCO_Error MODULE PROCEDURE HCO_ErrorNoErr