diff --git a/HISTORY.md b/HISTORY.md index 6763a5d..f7d4e74 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +### Version 0.3.0 + +#### Refactoring + +* [refactor(dependencies)](https://github.com/MODFLOW-USGS/modflow-devtools/commit/72e29e14e74c2b874cba89b1eb1563e1b4e6d0a0): Remove them, update readme (#95). Committed by w-bonelli on 2023-08-04. +* [refactor(download_and_unzip)](https://github.com/MODFLOW-USGS/modflow-devtools/commit/c1bdb3cf7cdd988df9f3ae8d67de7496f1603c38): Return path to extract locn (#96). Committed by w-bonelli on 2023-08-04. + ### Version 0.2.0 #### New features diff --git a/docs/conf.py b/docs/conf.py index ffe3e28..8a04df4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = "0.3.0.dev0" +release = "0.3.0" # -- 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 112d37f..5db56f7 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" -__date__ = "Jul 26, 2023" -__version__ = "0.3.0.dev0" +__date__ = "Aug 04, 2023" +__version__ = "0.3.0" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index 2934a2f..9325c3c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0.dev0 \ No newline at end of file +0.3.0 \ No newline at end of file