Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
----------------------------------------

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading