From 193e422b11ef25e1c5a3e4acdf72682e07209801 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:26:14 +0000 Subject: [PATCH 1/2] ci(release): set version to 1.9.1, update changelog --- HISTORY.md | 7 +++++++ docs/conf.py | 2 +- modflow_devtools/__init__.py | 4 ++-- version.txt | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 4cc21fe..355b7be 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +### Version 1.9.1 + +#### Bug fixes + +* [fix(dfn)](https://github.com/MODFLOW-ORG/modflow-devtools/commit/2dd65bf57307aa42a6043aca3e6da8f8253dc4f9): Restore old dfn2toml logic (#299). Committed by wpbonelli on 2026-03-04. +* [fix](https://github.com/MODFLOW-ORG/modflow-devtools/commit/1e94d1bae8d33acf27becce3560bec092922dc35): Fix version comparison, improve autosync behavior (#300). Committed by wpbonelli on 2026-03-04. + ### Version 1.9.0 #### New features diff --git a/docs/conf.py b/docs/conf.py index 23d69d2..ed1dcb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = "1.10.0.dev0" +release = "1.9.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/modflow_devtools/__init__.py b/modflow_devtools/__init__.py index 9ccc4e8..5e65b73 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" -__date__ = "Mar 03, 2026" -__version__ = "1.10.0.dev0" +__date__ = "Mar 05, 2026" +__version__ = "1.9.1" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index 6b9f30b..ee672d8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.10.0.dev0 \ No newline at end of file +1.9.1 \ No newline at end of file From 8f21422b2199b554b4acb14c0d3382548961182c Mon Sep 17 00:00:00 2001 From: Bonelli Date: Thu, 5 Mar 2026 08:30:28 -0500 Subject: [PATCH 2/2] chore(release): update version --- docs/conf.py | 2 +- modflow_devtools/__init__.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ed1dcb5..23d69d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = "1.9.1" +release = "1.10.0.dev0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/modflow_devtools/__init__.py b/modflow_devtools/__init__.py index 5e65b73..0cb9d26 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" __date__ = "Mar 05, 2026" -__version__ = "1.9.1" +__version__ = "1.10.0.dev0" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index ee672d8..6b9f30b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.1 \ No newline at end of file +1.10.0.dev0 \ No newline at end of file