Skip to content

Commit 7b9c25a

Browse files
ci(release): set version to 0.0.6, update changelog
1 parent 08830eb commit 7b9c25a

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
### Version 0.0.6
2+
3+
#### New features
4+
5+
* [feat(build)](https://github.com/modflowpy/flopy/commit/3108c380f29424bcdd1643479f66e849f7f762eb): Restore meson_build function (#15). Committed by w-bonelli on 2022-11-14.
6+
7+
#### Bug fixes
8+
9+
* [fix](https://github.com/modflowpy/flopy/commit/933c79741b0e6a6db7c827414ebf635e62445772): Changes to support running of existing tests (#6). Committed by mjreno on 2022-07-20.
10+
* [fix(ci)](https://github.com/modflowpy/flopy/commit/0bb31907200be32bf2a045d54131f0a1dbd0ae2f): Don't build/test examples on python 3.7 (xmipy requires 3.8+) (#10). Committed by w-bonelli on 2022-11-08.
11+
* [fix(tests)](https://github.com/modflowpy/flopy/commit/3c63aaae581d335b1111b8dd2b929004b3281980): Mark test_download_and_unzip flaky (#11). Committed by w-bonelli on 2022-11-08.
12+
* [fix(fixtures)](https://github.com/modflowpy/flopy/commit/1e5fabdeb6d431f960316b049d68c4919650888c): Fix model-loading fixtures and utilities (#12). Committed by w-bonelli on 2022-11-11.
13+
* [fix(misc)](https://github.com/modflowpy/flopy/commit/80b8d1e1549676debda09383f75db50f5f11417a): Fix multiple issues (#16). Committed by w-bonelli on 2022-11-19.
14+
* [fix(auth)](https://github.com/modflowpy/flopy/commit/89db96ff5fb6e080c189f3a3e348ddf2ded21212): Fix GH API auth token in download_and_unzip (#17). Committed by w-bonelli on 2022-11-19.
15+
* [fix(download)](https://github.com/modflowpy/flopy/commit/58dff9f6c1245b22e3dc10411862d6eacea42e94): Use 'wb' instead of 'ab' mode when writing downloaded files, add retries (#20). Committed by w-bonelli on 2022-12-01.
16+
17+
#### Refactoring
18+
19+
* [refactor](https://github.com/modflowpy/flopy/commit/5aff3427351a0bbe38927d81dad42dd5374b67be): Updates to support modflow6 autotest and remove data path. Committed by mjreno on 2022-08-05.
20+
* [refactor](https://github.com/modflowpy/flopy/commit/e9e14f959e2a2ea016114c2dbfc35555b81459aa): Updates to support modflow6 autotest and remove data path. Committed by mjreno on 2022-08-05.
21+
* [refactor(ci)](https://github.com/modflowpy/flopy/commit/eefb659bb04df6aa18432165850a512285812d15): Create release and publish to PyPI when tags pushed (#14). Committed by w-bonelli on 2022-11-14.
22+
* [refactor(misc)](https://github.com/modflowpy/flopy/commit/1672733df1c17b802f1ade7d28db7bdb90496714): Refactor gh api & other http utilities (#18). Committed by w-bonelli on 2022-11-26.
23+
* [refactor](https://github.com/modflowpy/flopy/commit/bb8fa593cd21f2c0e8e9f3a6c2125fc22d5d9858): Remove mf6 file parsing fns (moved to flopy) (#19). Committed by w-bonelli on 2022-11-28.
24+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MODFLOW developer tools
22

3-
### Version 0.0.5 — release candidate
3+
### Version 0.0.6 — release candidate
44
[![GitHub tag](https://img.shields.io/github/tag/modflowpy/install-intelfortran-action.svg)](https://github.com/MODFLOW-USGS/modflow-devtools/tags/latest)
55
[![CI](https://github.com/MODFLOW-USGS/modflow-devtools/actions/workflows/ci.yml/badge.svg)](https://github.com/MODFLOW-USGS/modflow-devtools/actions/workflows/ci.yml)
66
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)

modflow_devtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Joseph D. Hughes"
22
__date__ = "Dec 16, 2022"
3-
__version__ = "0.0.5"
3+
__version__ = "0.0.6"
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-
0.0.5
1+
0.0.6

0 commit comments

Comments
 (0)