diff --git a/CITATION.cff b/CITATION.cff index 3ae34a7..442ae3c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: If you use this software, please cite both the article from preferred-c type: software title: MODFLOW API version: 1.1.0.dev0 -date-released: '2026-09-05' +date-released: '2026-09-06' abstract: An extension to xmipy for the MODFLOW API. repository-artifact: https://pypi.org/project/modflowapi repository-code: https://github.com/MODFLOW-ORG/modflowapi diff --git a/HISTORY.md b/HISTORY.md index 65c762e..10b71ff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,10 @@ # Changelog +### Version 1.0.1 + +#### Bug fixes + +* [fix(dependencies)](https://github.com/MODFLOW-ORG/modflowapi/commit/adbfd151b14861360fbb9fb67f48bcff87f7d43f): Require a pandas that supports numpy 2 (#118). Committed by Joseph Hughes on 2026-09-06. + ### Version 1.0.0 This is the first stable release. modflowapi now follows semantic versioning, so a breaking change to the `modflowapi` or `modflowapi.extensions` interface will increment the major version. The Python interface is unchanged from 0.2.0, but Python 3.9 and 3.10 are no longer supported; Python 3.11 or later is required. diff --git a/modflowapi/version.py b/modflowapi/version.py index 8ae8963..a83b4a5 100644 --- a/modflowapi/version.py +++ b/modflowapi/version.py @@ -1,3 +1,3 @@ # modflowapi version file automatically created using...update_version.py -# created on...September 05, 2026 13:09:23 +# created on...September 06, 2026 12:38:38 __version__ = "1.1.0.dev0"