geoschem / HEMCO

The Harmonized Emissions Component (HEMCO), developed by the GEOS-Chem Support Team.
https://hemco.readthedocs.io
Other
15 stars 31 forks source link

Include a utility script that can be used to change HEMCO version numbers before release #242

Closed yantosca closed 7 months ago

yantosca commented 8 months ago

Name and Institution (Required)

Name: Bob Yantosca Institution: Harvard + GCST

Confirm you have reviewed the following documentation

Describe the update

This PR adds a utility script (.release/changeVersionNumbers.sh) to update version numbers before a HEMCO release in the proper locations:

Example:

$ ./.release/changeVersionNumbers.sh 4.0.0
HEMCO version updated to 4.0.0 in CMakeLists.txt
HEMCO version updated to 4.0.0 in docs/source/conf.py
HEMCO version updated to 4.0.0 in src/Core/hco_error_mod.F90

Expected changes

This is a no-diff-to-benchmark update.

Reference(s)

N/A

Related Github Issue(s)

N/A

yantosca commented 7 months ago

I'll work on this for the other repos. Thanks @msulprizio and Happy Thanksgiving!

yantosca commented 7 months ago

@msulprizio: I've added code to also update the version number and current date in commit 52731cf.

msulprizio commented 7 months ago

@msulprizio: I've added code to also update the version number and current date in commit 52731cf.

Looks great. Thanks!