diff --git a/docs/source/release-history.rst b/docs/source/release-history.rst index d3139d42..32dd150d 100644 --- a/docs/source/release-history.rst +++ b/docs/source/release-history.rst @@ -2,6 +2,11 @@ Release History =============== +Version 0.6.1 (2025-03-17) +---------------------------------------- +* fix 'TemporalReference' issue related to change in Flopy code +* fix issue with Mover Package SFR connections across LGR model interfaces (mover.py::get_sfr_package_connections)); follow-up fix to fbe1bb1 to handle cases where parent model SFR reach along the LGR interface has both upstream and downstream connections to the inset model. + Version 0.6.0 (2025-01-06) ---------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 8f0113bb..3707edaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,9 +66,6 @@ docs = [ "sphinx-rtd-theme" ] -[project.scripts] -get-modflow = "flopy.utils.get_modflow:cli_main" - [project.urls] documentation = "https://doi-usgs.github.io/modflow-setup/latest/" repository = "https://github.com/doi-usgs/modflow-setup"