Skip to content

Commit 956f645

Browse files
1056 prepare 0330 release (#1075)
* Bump version: 0.32.1 → 0.33.0 * updated whatsnew
1 parent b7ee6cc commit 956f645

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-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.32.1
2+
current_version = 0.33.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.32.1
11+
version: 0.33.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.32.1"
7+
__version__ = "0.33.0"
88

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

docs/whats-new.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What's new
22

3-
## UNRELEASED
3+
## 0.33.0 (2025-01-20)
44

55
### Feat
66
- optimized performance for getting CMEMS time extents and spatial buffer in [#1059](https://github.com/Deltares/dfm_tools/pull/1059)
@@ -10,6 +10,7 @@
1010
### Fix
1111
- fixed inexact latlon bbox in modelbuilder with `dfmt.meshkernel_get_bbox()` in [#1067](https://github.com/Deltares/dfm_tools/pull/1067)
1212
- included polyfile basename in bc-files from tide and cmems to prevent overwrite with multiple polyfiles in [#1071](https://github.com/Deltares/dfm_tools/pull/1071)
13+
- renamed `ext_bnd` argument to `ext_new` in `dfmt.cmems_nc_to_bc()` for consistency in [#1071](https://github.com/Deltares/dfm_tools/pull/1071)
1314

1415

1516
## 0.32.0 (2025-01-14)

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.32.1"
7+
version = "0.33.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)