Skip to content

Commit 05bb9c2

Browse files
640 prepare 0170 release (#670)
* Bump version: 0.16.2 → 0.17.0 * updated whatsnew
1 parent f78e982 commit 05bb9c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.17.0
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ authors:
88
orcid: https://orcid.org/0000-0002-6349-818X
99
title: "dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files"
1010
type: software
11-
version: 0.16.2
11+
version: 0.17.0
1212
doi: https://doi.org/10.5281/zenodo.7857393

dfm_tools/__init__.py

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

55
__author__ = """Jelmer Veenstra"""
66
__email__ = "jelmer.veenstra@deltares.nl"
7-
__version__ = "0.16.2"
7+
__version__ = "0.17.0"
88

99
from dfm_tools.deprecated import *
1010
from dfm_tools.download import *

docs/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 0.17.0 (2023-11-17)
22
Support for Python 3.8 was dropped ([more info](https://github.com/Deltares/dfm_tools/issues/267))
33

44
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dfm_tools"
7-
version = "0.16.2"
7+
version = "0.17.0"
88
maintainers = [{ name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl" }]
99
description = "dfm_tools are pre- and post-processing tools for Delft3D FM"
1010
readme = "README.md"

0 commit comments

Comments
 (0)