update automated release workflow release.yml following pattern recently developed for FloPy release
add version.txt in project root and update setup.cfg and MANIFEST.in to reference it — if/when support for Python3.7 is dropped we can use importlib.metadata in modflow_devtools/__init__.py instead of hard-coding the version number
release.yml
following pattern recently developed for FloPy releaseversion.txt
in project root and updatesetup.cfg
andMANIFEST.in
to reference it — if/when support for Python3.7 is dropped we can useimportlib.metadata
inmodflow_devtools/__init__.py
instead of hard-coding the version numberscripts/update_version.py
scripts/pull_request_prepare.py
->scripts/lint.py
README.md
withpip
installation instructionsDEVELOPER.md
CONTRIBUTING.md