From 4fec01fe87c43bbfb56878f752cc3daa4ed43b57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:01:39 +0000 Subject: [PATCH 1/2] ci(release): set version to 0.1.7, update changelog --- HISTORY.md | 7 +++++++ modflow_devtools/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b058c9f8..a97d63fd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +### Version 0.1.7 + +#### Refactoring + +* [refactor(fixtures)](https://github.com/MODFLOW-USGS/modflow-devtools/commit/2bbe35f3a4b63d9c6d558d7669c986a6fb7056de): Add entries to default exe name/path mapping (#75). Committed by w-bonelli on 2023-03-01. +* [refactor(versioning)](https://github.com/MODFLOW-USGS/modflow-devtools/commit/5fbc6b98e34afe9e43cc1d8c1b26f87e64f00699): Don't track version explicitly in readme (#76). Committed by w-bonelli on 2023-04-06. + ### Version 0.1.6 #### Refactoring diff --git a/modflow_devtools/__init__.py b/modflow_devtools/__init__.py index 73805ab0..3f3bd859 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,5 +1,5 @@ __author__ = "Joseph D. Hughes" -__date__ = "Feb 15, 2023" +__date__ = "Apr 18, 2023" __version__ = "0.1.7" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" From 83c51ef3fd95d258e16967a7f11269aa56f68d5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:06:48 +0000 Subject: [PATCH 2/2] ci(release): update to development version 0.1.8 --- docs/conf.py | 2 +- modflow_devtools/__init__.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 661a7d08..eb7b8a5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "modflow-devtools" author = "MODFLOW Team" -release = "0.1.7" +release = "0.1.8" # -- 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 3f3bd859..855049e1 100644 --- a/modflow_devtools/__init__.py +++ b/modflow_devtools/__init__.py @@ -1,6 +1,6 @@ __author__ = "Joseph D. Hughes" __date__ = "Apr 18, 2023" -__version__ = "0.1.7" +__version__ = "0.1.8" __maintainer__ = "Joseph D. Hughes" __email__ = "jdhughes@usgs.gov" __status__ = "Production" diff --git a/version.txt b/version.txt index a1e1395a..84aa3a7d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.7 \ No newline at end of file +0.1.8 \ No newline at end of file