From 30be83bab112f77a734bffff1744be185028f35a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 12:48:03 +0000
Subject: [PATCH 1/2] ci(release): set version to 3.9.1, update plugins from
DFN files, update changelog
---
.docs/md/version_changes.md | 6 ++++++
CITATION.cff | 4 ++--
README.md | 4 ++--
docs/PyPI_release.md | 2 +-
flopy/version.py | 4 ++--
version.txt | 2 +-
6 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/.docs/md/version_changes.md b/.docs/md/version_changes.md
index d4213be08..51e1e22b7 100644
--- a/.docs/md/version_changes.md
+++ b/.docs/md/version_changes.md
@@ -1,4 +1,10 @@
# Changelog
+### Version 3.9.1
+
+#### Mf6
+
+* [mf6](https://github.com/modflowpy/flopy/commit/4952f81f3b4935c51513593011166fbd88dfd85c): Update dfns and mf6 module (#2399). Committed by wpbonelli on 2024-12-20.
+
### Version 3.9.0
#### New features
diff --git a/CITATION.cff b/CITATION.cff
index 2cce139d7..01a1b5bcd 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -3,8 +3,8 @@ message: If you use this software, please cite both the article from preferred-c
references, and the software itself.
type: software
title: FloPy
-version: 3.10.0.dev0
-date-released: '2024-12-19'
+version: 3.9.1
+date-released: '2024-12-20'
doi: 10.5066/F7BK19FH
abstract: A Python package to create, run, and post-process MODFLOW-based models.
repository-artifact: https://pypi.org/project/flopy
diff --git a/README.md b/README.md
index 8f8996e22..be33b4d6c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-### Version 3.10.0.dev0
+### Version 3.9.1
[![flopy continuous integration](https://github.com/modflowpy/flopy/actions/workflows/commit.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/commit.yml)
[![Read the Docs](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml)
@@ -150,7 +150,7 @@ How to Cite
##### ***Software/Code citation for FloPy:***
-[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.10.0.dev0: U.S. Geological Survey Software Release, 19 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
+[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.9.1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
Additional FloPy Related Publications
diff --git a/docs/PyPI_release.md b/docs/PyPI_release.md
index 66c60d367..1699f331c 100644
--- a/docs/PyPI_release.md
+++ b/docs/PyPI_release.md
@@ -30,4 +30,4 @@ How to Cite
*Software/Code citation for FloPy:*
-[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.10.0.dev0: U.S. Geological Survey Software Release, 19 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
+[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.9.1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
diff --git a/flopy/version.py b/flopy/version.py
index e308abc04..124a4191c 100644
--- a/flopy/version.py
+++ b/flopy/version.py
@@ -1,4 +1,4 @@
# flopy version file automatically created using
-# update_version.py on December 19, 2024 21:40:33
+# update_version.py on December 20, 2024 12:39:35
-__version__ = "3.10.0.dev0"
+__version__ = "3.9.1"
diff --git a/version.txt b/version.txt
index e4f5f685f..33f465d1a 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-3.10.0.dev0
\ No newline at end of file
+3.9.1
\ No newline at end of file
From daf1fd20c5a8fcad47505ad05849f52b95a565fc Mon Sep 17 00:00:00 2001
From: wpbonelli
Date: Fri, 20 Dec 2024 08:42:34 -0500
Subject: [PATCH 2/2] ci(release): update version to 3.10.0.dev1
---
CITATION.cff | 2 +-
README.md | 4 ++--
docs/PyPI_release.md | 2 +-
flopy/version.py | 4 ++--
version.txt | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/CITATION.cff b/CITATION.cff
index 01a1b5bcd..c1c58775a 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -3,7 +3,7 @@ message: If you use this software, please cite both the article from preferred-c
references, and the software itself.
type: software
title: FloPy
-version: 3.9.1
+version: 3.10.0.dev1
date-released: '2024-12-20'
doi: 10.5066/F7BK19FH
abstract: A Python package to create, run, and post-process MODFLOW-based models.
diff --git a/README.md b/README.md
index be33b4d6c..b8edc7160 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-### Version 3.9.1
+### Version 3.10.0.dev1
[![flopy continuous integration](https://github.com/modflowpy/flopy/actions/workflows/commit.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/commit.yml)
[![Read the Docs](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml/badge.svg?branch=develop)](https://github.com/modflowpy/flopy/actions/workflows/rtd.yml)
@@ -150,7 +150,7 @@ How to Cite
##### ***Software/Code citation for FloPy:***
-[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.9.1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
+[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.10.0.dev1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
Additional FloPy Related Publications
diff --git a/docs/PyPI_release.md b/docs/PyPI_release.md
index 1699f331c..ad532fee5 100644
--- a/docs/PyPI_release.md
+++ b/docs/PyPI_release.md
@@ -30,4 +30,4 @@ How to Cite
*Software/Code citation for FloPy:*
-[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.9.1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
+[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2024, FloPy v3.10.0.dev1: U.S. Geological Survey Software Release, 20 December 2024, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
diff --git a/flopy/version.py b/flopy/version.py
index 124a4191c..51c622247 100644
--- a/flopy/version.py
+++ b/flopy/version.py
@@ -1,4 +1,4 @@
# flopy version file automatically created using
-# update_version.py on December 20, 2024 12:39:35
+# update_version.py on December 20, 2024 08:41:23
-__version__ = "3.9.1"
+__version__ = "3.10.0.dev1"
diff --git a/version.txt b/version.txt
index 33f465d1a..5b0af675f 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-3.9.1
\ No newline at end of file
+3.10.0.dev1
\ No newline at end of file