Skip to content

Commit a4422f0

Browse files
ci(release): set version to 1.8.0, update changelog
1 parent e1264de commit a4422f0

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 1.8.0
2+
3+
#### New features
4+
5+
* [feat(programs)](https://github.com/MODFLOW-ORG/modflow-devtools/commit/7424efa236c67365889081f857127cb2ccfa19c3): Add programs module and database (#243). Committed by wpbonelli on 2025-10-15.
6+
7+
#### Refactoring
8+
9+
* [refactor](https://github.com/MODFLOW-ORG/modflow-devtools/commit/98215fd29a46cd63c964613dba14fbacfed26721): Move drop_none_or_empty to misc module. Committed by w-bonelli on 2025-10-29.
10+
* [refactor](https://github.com/MODFLOW-ORG/modflow-devtools/commit/e1264de9eef2f63b030cb75584e91d9cb1422d2f): Update programs database (#254). Committed by wpbonelli on 2025-10-29.
11+
112
### Version 1.7.0
213

314
#### New features

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
project = "modflow-devtools"
1010
author = "MODFLOW Team"
11-
release = "1.8.0.dev0"
11+
release = "1.8.0"
1212

1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

modflow_devtools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Joseph D. Hughes"
2-
__date__ = "Jun 23, 2025"
3-
__version__ = "1.8.0.dev0"
2+
__date__ = "Oct 29, 2025"
3+
__version__ = "1.8.0"
44
__maintainer__ = "Joseph D. Hughes"
55
__email__ = "jdhughes@usgs.gov"
66
__status__ = "Production"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0.dev0
1+
1.8.0

0 commit comments

Comments
 (0)