Skip to content

Commit

Permalink
Bump version: 0.20.1 → 0.21.0 (#804)
Browse files Browse the repository at this point in the history
* Bump version: 0.20.1 → 0.21.0

* updated whatsnew
  • Loading branch information
veenstrajelmer committed Mar 14, 2024
1 parent eb093d4 commit e3dfb6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.1
current_version = 0.21.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -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.20.1
version: 0.21.0
doi: https://doi.org/10.5281/zenodo.7857393
2 changes: 1 addition & 1 deletion dfm_tools/__init__.py
Expand Up @@ -4,7 +4,7 @@

__author__ = """Jelmer Veenstra"""
__email__ = "jelmer.veenstra@deltares.nl"
__version__ = "0.20.1"
__version__ = "0.21.0"

from dfm_tools.deprecated import *
from dfm_tools.download import *
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.md
@@ -1,4 +1,4 @@
## UNRELEASED
## 0.21.0 (2024-03-14)

### Feat
- added ddl/rws insitu data to `dfmt.ssh_catalog_subset()` and `dfmt.ssh_retrieve_data()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#791](https://github.com/Deltares/dfm_tools/pull/791) and [#796](https://github.com/Deltares/dfm_tools/pull/796)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dfm_tools"
version = "0.20.1"
version = "0.21.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"
Expand Down

0 comments on commit e3dfb6f

Please sign in to comment.