Skip to content

Commit 0a6ae5d

Browse files
authored
Merge pull request #298 from MODFLOW-ORG/post-release-1.9.0-reset
Post release 1.9.0 reset
2 parents f0ea565 + b16e4d6 commit 0a6ae5d

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Version 1.9.0
2+
3+
#### New features
4+
5+
This release improves the architecture of the models API, decoupling model repositories from devtools and adding a CLI. The improvements should all be backwards-compatible.
6+
7+
This release also contains an experimental programs API that can be used to inspect available versions of MODFLOW 6 and related programs, and help with installs, as well as an experimental redesign of the MF6 DFN specification file utilities.
8+
9+
The aim here is to unify this project's ecosystem management utilities with consistent design and UX once we reach version 2. No breaking changes (and new stuff will stay experimental) for the remainder of 1.x.
10+
111
### Version 1.8.0
212

313
#### New features

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
project = "modflow-devtools"
1010
author = "MODFLOW Team"
11-
release = "1.9.0.dev0"
11+
release = "1.10.0.dev0"
1212

1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

modflow_devtools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Joseph D. Hughes"
2-
__date__ = "Oct 29, 2025"
3-
__version__ = "1.9.0.dev0"
2+
__date__ = "Mar 03, 2026"
3+
__version__ = "1.10.0.dev0"
44
__maintainer__ = "Joseph D. Hughes"
55
__email__ = "jdhughes@usgs.gov"
66
__status__ = "Production"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0.dev0
1+
1.10.0.dev0

0 commit comments

Comments
 (0)