File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.16.2
2
+ current_version = 0.17.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 8
8
orcid : https://orcid.org/0000-0002-6349-818X
9
9
title : " dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files"
10
10
type : software
11
- version : 0.16.2
11
+ version : 0.17.0
12
12
doi : https://doi.org/10.5281/zenodo.7857393
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Jelmer Veenstra"""
6
6
__email__ = "jelmer.veenstra@deltares.nl"
7
- __version__ = "0.16.2 "
7
+ __version__ = "0.17.0 "
8
8
9
9
from dfm_tools .deprecated import *
10
10
from dfm_tools .download import *
Original file line number Diff line number Diff line change 1
- ## UNRELEASED
1
+ ## 0.17.0 (2023-11-17)
2
2
Support for Python 3.8 was dropped ([ more info] ( https://github.com/Deltares/dfm_tools/issues/267 ) )
3
3
4
4
### Feat
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " dfm_tools"
7
- version = " 0.16.2 "
7
+ version = " 0.17.0 "
8
8
maintainers = [{ name = " Jelmer Veenstra" , email = " jelmer.veenstra@deltares.nl" }]
9
9
description = " dfm_tools are pre- and post-processing tools for Delft3D FM"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments