Skip to content

Commit

Permalink
Fix minor issues with GCClassic 13.3.1 release (zero-diff)
Browse files Browse the repository at this point in the history
(1) Restore the "What institution are you from" question to the
    Github issue template and pull request template.

(2) Reset the version number to 13.3.1 in CMakeLists.txt

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Nov 15, 2021
1 parent 36e9fda commit bf8e1b7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-gcclassic-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ assignees: ''
### Before you submit
NOTE: Please only submit problems pertaining to the GCClassic repository to this issue tracker. To report problems in the GEOS-Chem "science codebase" source code, run directory generation scripts, configuration files, or main.F90 driver routine, please [submit a bug report on the geoschem/geos-chem issue tracker](https://github.com/geoschem/geos-chem/issues/new?assignees=&labels=bug&template=report-a-bug-or-technical-issue.md&title=%5BBUG%2FISSUE%5D).

### What institution are you from?
Please tell us what institution you are from.

### Description of the problem
Describe your problem here. Describe the steps to reproduce the problem here, if possible.

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-new-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ assignees: ''
<!--- the main GEOS-Chem repository, at this link: -->
<!--- https://github.com/geoschem/geos-chem/issues/new/choose -->
<!--- --->

### What institution are you from?
Please tell us what institution you are from.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ assignees: ''
<!--- Please fill out this form to submit an update for consideration into the GCClassic superproject. Contact the [GEOS-Chem Support Team](http://wiki.geos-chem.org/GEOS-Chem_Support_Team) with any questions. -->
<!--- Please also see our [Submitting updates for inclusion into GEOS-Chem](http://wiki.geos-chem.org/Submitting_updates_for_inclusion_in_GEOS-Chem) wiki page for more information. -->

### What institution are you from?
Please tell us what institution you are from.

## Describe the update:

### Related Github Issue(s):
Expand Down Expand Up @@ -70,4 +73,4 @@ assignees: ''
<!--- e,g, Jane Smith (Institution X) -->

### Lead developer's email address:
<!--- e.g. [email protected] -->
<!--- e.g. [email protected] -->
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 13.3.0
VERSION 13.3.1
LANGUAGES Fortran
)

Expand Down

0 comments on commit bf8e1b7

Please sign in to comment.