Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 20, 2024
1 parent 68c00f3 commit aa5afd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
- make sure the `main` branch is up to date (check pytest warnings, important issues solved, all pullrequests and branches closed)
- bump the versionnumber with `bumpversion minor`
- update `docs/whats-new.md` and add a date to the current release heading
- run local testbank with `pytest -m "not era5slow and not requireslocaldata and not acceptance"`
- run local testbank with `pytest -m "not era5slow and not requireslocaldata"`
- local check with: `python -m build` and `twine check dist/*` ([does not work on WCF](https://github.com/pypa/setuptools/issues/4133))
- commit+push to github via PR
- copy the dfm_tools version from [pyproject.toml](https://github.com/Deltares/dfm_tools/blob/main/pyproject.toml) (e.g. `0.11.0`)
Expand Down
3 changes: 3 additions & 0 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# What's new

## UNRELEASED


## 0.30.0 (2024-10-20)

### Fix
Expand Down

0 comments on commit aa5afd7

Please sign in to comment.