From 51f00094d9d4d8495bdf97ac2722f492ffed7e4a Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 19 Dec 2024 20:16:36 -0500 Subject: [PATCH] chore(release): touch up dates --- CITATION.cff | 2 +- code.json | 2 +- doc/version.py | 2 +- doc/version.tex | 2 +- src/Utilities/version.f90 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f0520e27d54..33414f14ed5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ message: If you use this software, please cite the software itself. type: software title: MODFLOW 6 Modular Hydrologic Model version: 6.6.0 -date-released: '2024-12-20' +date-released: '2024-12-19' doi: 10.5066/F76Q1VQV abstract: MODFLOW 6 is an object-oriented program and framework developed to provide a platform for supporting multiple models and multiple types of models within the diff --git a/code.json b/code.json index 4b610d9c3b1..5490d558f29 100644 --- a/code.json +++ b/code.json @@ -20,7 +20,7 @@ "laborHours": -1, "version": "6.6.0", "date": { - "metadataLastUpdated": "2024-12-20" + "metadataLastUpdated": "2024-12-19" }, "organization": "U.S. Geological Survey", "permissions": { diff --git a/doc/version.py b/doc/version.py index 223cfb76c67..6b18c895df2 100644 --- a/doc/version.py +++ b/doc/version.py @@ -1,3 +1,3 @@ # MODFLOW 6 version file automatically created using...update_version.py -# created on...December 20, 2024 01:08:51 +# created on...December 19, 2024 23:59:59 __version__ = "6.6.0" diff --git a/doc/version.tex b/doc/version.tex index 8c68946fb69..59ebc87dbc7 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,3 +1,3 @@ \newcommand{\modflowversion}{mf6.6.0} -\newcommand{\modflowdate}{December 20, 2024} +\newcommand{\modflowdate}{December 19, 2024} \newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate} diff --git a/src/Utilities/version.f90 b/src/Utilities/version.f90 index 2ef4cd26a71..56b071a295d 100644 --- a/src/Utilities/version.f90 +++ b/src/Utilities/version.f90 @@ -18,7 +18,7 @@ module VersionModule ! -- modflow 6 version integer(I4B), parameter :: IDEVELOPMODE = 1 character(len=*), parameter :: VERSIONNUMBER = '6.6.0' - character(len=*), parameter :: VERSIONTAG = ' 12/20/2024' + character(len=*), parameter :: VERSIONTAG = ' 12/19/2024' character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG character(len=2), parameter :: MFVNAM = ' 6' character(len=*), parameter :: MFTITLE = &