From e591edf8969a922657c97fde9c189b7a0a1f2fed Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 27 Sep 2024 11:43:13 +0200 Subject: [PATCH] 1010 prepare 0290 release (#1017) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 0.28.1 → 0.29.0 * updated whatsnew --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- dfm_tools/__init__.py | 2 +- docs/whats-new.md | 4 ++-- pyproject.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c24211e8..95d8b578 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.1 +current_version = 0.29.0 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 6d786df1..8747ce1e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: orcid: https://orcid.org/0000-0002-6349-818X title: "dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files" type: software -version: 0.28.1 +version: 0.29.0 doi: https://doi.org/10.5281/zenodo.7857393 diff --git a/dfm_tools/__init__.py b/dfm_tools/__init__.py index c7e593f3..d0513149 100644 --- a/dfm_tools/__init__.py +++ b/dfm_tools/__init__.py @@ -4,7 +4,7 @@ __author__ = """Jelmer Veenstra""" __email__ = "jelmer.veenstra@deltares.nl" -__version__ = "0.28.1" +__version__ = "0.29.0" from dfm_tools.deprecated import * from dfm_tools.download import * diff --git a/docs/whats-new.md b/docs/whats-new.md index b85afa26..78fdca21 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -1,8 +1,8 @@ # What's new -## UNRELEASED +## 0.29.0 (2024-09-27) -### Fix +### Feat - update from CDS-Beta to new CDS in [#1013](https://github.com/Deltares/dfm_tools/pull/1013) diff --git a/pyproject.toml b/pyproject.toml index eb883f87..db50d632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dfm_tools" -version = "0.28.1" +version = "0.29.0" maintainers = [{ name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl" }] description = "dfm_tools are pre- and post-processing tools for Delft3D FM" readme = "README.md"