Skip to content

Commit 14ec3a5

Browse files
committed
ci(release): update version to 6.7.0.dev1
1 parent 056cf5c commit 14ec3a5

File tree

11 files changed

+39
-43
lines changed

11 files changed

+39
-43
lines changed

.build_rtd_docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PROJECT_NAME = "MODFLOW 6"
3737
# could be handy for archiving the generated documentation or if some version
3838
# control system is used.
3939

40-
PROJECT_NUMBER = "version 6.6.1"
40+
PROJECT_NUMBER = "version 6.7.0.dev1"
4141

4242
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4343
# for a project that appears at the top of each page and should give viewer a

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22
message: If you use this software, please cite the software itself.
33
type: software
44
title: MODFLOW 6 Modular Hydrologic Model
5-
version: 6.6.1
5+
version: 6.7.0.dev1
66
date-released: '2025-02-10'
77
doi: 10.5066/F76Q1VQV
88
abstract: MODFLOW 6 is an object-oriented program and framework developed to provide

DISCLAIMER.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Disclaimer
22
----------
33

4-
This software has been approved for release by the U.S. Geological Survey
5-
(USGS). Although the software has been subjected to rigorous review, the USGS
6-
reserves the right to update the software as needed pursuant to further analysis
7-
and review. No warranty, expressed or implied, is made by the USGS or the U.S.
8-
Government as to the functionality of the software and related material nor
9-
shall the fact of release constitute any such warranty. Furthermore, the
10-
software is released on condition that neither the USGS nor the U.S. Government
11-
shall be held liable for any damages resulting from its authorized or
12-
unauthorized use.
4+
This software is preliminary or provisional and is subject to revision. It is
5+
being provided to meet the need for timely best science. The software has not
6+
received final approval by the U.S. Geological Survey (USGS). No warranty,
7+
expressed or implied, is made by the USGS or the U.S. Government as to the
8+
functionality of the software and related material nor shall the fact of release
9+
constitute any such warranty. The software is provided on the condition that
10+
neither the USGS nor the U.S. Government shall be held liable for any damages
11+
resulting from the authorized or unauthorized use of the software.

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This is the development repository for the USGS MODFLOW 6 Hydrologic Model. The official USGS distribution is available at [USGS Release Page](https://water.usgs.gov/ogw/modflow/MODFLOW.html).
55

6-
### Version 6.6.1
6+
### Version 6.7.0.dev1 (preliminary)
77

88
[![GitHub release](https://img.shields.io/github/release/MODFLOW-USGS/modflow6.svg)](https://github.com/MODFLOW-USGS/modflow6/releases/latest)
99
[![MODFLOW 6 continuous integration](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow6/actions/workflows/ci.yml)
@@ -110,13 +110,12 @@ Citations for specific versions are included with the [releases](https://github.
110110
Disclaimer
111111
----------
112112

113-
This software has been approved for release by the U.S. Geological Survey
114-
(USGS). Although the software has been subjected to rigorous review, the USGS
115-
reserves the right to update the software as needed pursuant to further analysis
116-
and review. No warranty, expressed or implied, is made by the USGS or the U.S.
117-
Government as to the functionality of the software and related material nor
118-
shall the fact of release constitute any such warranty. Furthermore, the
119-
software is released on condition that neither the USGS nor the U.S. Government
120-
shall be held liable for any damages resulting from its authorized or
121-
unauthorized use.
113+
This software is preliminary or provisional and is subject to revision. It is
114+
being provided to meet the need for timely best science. The software has not
115+
received final approval by the U.S. Geological Survey (USGS). No warranty,
116+
expressed or implied, is made by the USGS or the U.S. Government as to the
117+
functionality of the software and related material nor shall the fact of release
118+
constitute any such warranty. The software is provided on the condition that
119+
neither the USGS nor the U.S. Government shall be held liable for any damages
120+
resulting from the authorized or unauthorized use of the software.
122121

code.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"status": "Release",
3+
"status": "Preliminary",
44
"languages": [
55
"Fortran2008"
66
],
@@ -18,7 +18,7 @@
1818
"email": "[email protected]"
1919
},
2020
"laborHours": -1,
21-
"version": "6.6.1",
21+
"version": "6.7.0.dev1",
2222
"date": {
2323
"metadataLastUpdated": "2025-02-10"
2424
},

doc/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MODFLOW 6 version file automatically created using...update_version.py
2-
# created on...February 10, 2025 20:50:33
3-
__version__ = "6.6.1"
2+
# created on...February 10, 2025 20:19:09
3+
__version__ = "6.7.0.dev1"

doc/version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
\newcommand{\modflowversion}{mf6.6.1}
1+
\newcommand{\modflowversion}{mf6.7.0.dev1}
22
\newcommand{\modflowdate}{February 10, 2025}
33
\newcommand{\currentmodflowversion}{Version \modflowversion---\modflowdate}

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'MODFLOW 6',
33
'fortran',
4-
version: '6.6.1',
4+
version: '6.7.0.dev1',
55
license: 'CC0',
66
meson_version: '>= 1.1.0',
77
default_options : [

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "modflow6"
33
channels = ["conda-forge"]
44
platforms = ["win-64", "linux-64", "linux-aarch64", "osx-arm64", "osx-64"]
5-
version = "6.6.1"
5+
version = "6.7.0.dev1"
66

77
[dependencies]
88
appdirs = "*"

src/Utilities/version.f90

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ module VersionModule
1717
public
1818
! -- modflow 6 version
1919
integer(I4B), parameter :: IDEVELOPMODE = 1
20-
character(len=*), parameter :: VERSIONNUMBER = '6.6.1'
21-
character(len=*), parameter :: VERSIONTAG = ' 02/10/2025'
20+
character(len=*), parameter :: VERSIONNUMBER = '6.7.0.dev1'
21+
character(len=*), parameter :: VERSIONTAG = ' (preliminary) 02/10/2025'
2222
character(len=40), parameter :: VERSION = VERSIONNUMBER//VERSIONTAG
2323
character(len=2), parameter :: MFVNAM = ' 6'
2424
character(len=*), parameter :: MFTITLE = &
@@ -75,18 +75,16 @@ module VersionModule
7575
! -- disclaimer must be appropriate for version (release or release candidate)
7676
character(len=*), parameter :: FMTDISCLAIMER = &
7777
"(/,&
78-
&'This software has been approved for release by the U.S. Geological ',/,&
79-
&'Survey (USGS). Although the software has been subjected to rigorous ',/,&
80-
&'review, the USGS reserves the right to update the software as needed ',/,&
81-
&'pursuant to further analysis and review. No warranty, expressed or ',/,&
82-
&'implied, is made by the USGS or the U.S. Government as to the ',/,&
83-
&'functionality of the software and related material nor shall the ',/,&
84-
&'fact of release constitute any such warranty. Furthermore, the ',/,&
85-
&'software is released on condition that neither the USGS nor the U.S. ',/,&
86-
&'Government shall be held liable for any damages resulting from its ',/,&
87-
&'authorized or unauthorized use. Also refer to the USGS Water ',/,&
88-
&'Resources Software User Rights Notice for complete use, copyright, ',/,&
89-
&'and distribution information.',/)"
78+
&'This software is preliminary or provisional and is subject to ',/,&
79+
&'revision. It is being provided to meet the need for timely best ',/,&
80+
&'science. The software has not received final approval by the U.S. ',/,&
81+
&'Geological Survey (USGS). No warranty, expressed or implied, is made ',/,&
82+
&'by the USGS or the U.S. Government as to the functionality of the ',/,&
83+
&'software and related material nor shall the fact of release ',/,&
84+
&'constitute any such warranty. The software is provided on the ',/,&
85+
&'condition that neither the USGS nor the U.S. Government shall be held ',/,&
86+
&'liable for any damages resulting from the authorized or unauthorized ',/,&
87+
&'use of the software.',/)"
9088

9189
contains
9290

0 commit comments

Comments
 (0)