Skip to content

Commit 6b80686

Browse files
authored
Merge pull request #307 from MODFLOW-ORG/post-release-1.9.2-reset
Post release 1.9.2 reset
2 parents 5ff8d7f + 5e5dce3 commit 6b80686

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 1.9.2
2+
3+
#### Bug fixes
4+
5+
* [fix(dfns)](https://github.com/MODFLOW-ORG/modflow-devtools/commit/4e8ff9993045b7a4a291f50fb2167d79fce1bd46): Add tagged attribute to field schema (#304). Committed by wpbonelli on 2026-03-09.
6+
* [fix(dfns)](https://github.com/MODFLOW-ORG/modflow-devtools/commit/5ff8d7f17ecbc8ee0c8ddc16b020f7f992b6e69b): Remove fkeys/ref; add DfnSpec.dump/s() (#305). Committed by wpbonelli on 2026-04-20.
7+
18
### Version 1.9.1
29

310
#### Bug fixes

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.10.0.dev0"
11+
release = "1.10.0.dev1"
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__ = "Mar 05, 2026"
3-
__version__ = "1.10.0.dev0"
2+
__date__ = "Apr 20, 2026"
3+
__version__ = "1.10.0.dev1"
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.10.0.dev0
1+
1.10.0.dev1

0 commit comments

Comments
 (0)