From 35d6c52966bee03bd8c7f3d2a604dc7490f6a840 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Thu, 26 Mar 2026 14:36:45 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=202.13.1=20=E2=86=92=202.14?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- CITATION.cff | 2 +- hatyan/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a7e21c..dfc9b84 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.13.1 +current_version = 2.14.0 commit = True tag = True @@ -14,4 +14,3 @@ replace = __version__ = "{new_version}" [bumpversion:file:CITATION.cff] search = version: {current_version} replace = version: {new_version} - diff --git a/CITATION.cff b/CITATION.cff index 5bbaf46..2ba4780 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,5 +8,5 @@ authors: orcid: https://orcid.org/0000-0002-6349-818X title: "hatyan: tidal analysis and prediction" type: software -version: 2.13.1 +version: 2.14.0 doi: https://doi.org/10.5281/zenodo.6885342 diff --git a/hatyan/__init__.py b/hatyan/__init__.py index f793c80..7dc7061 100644 --- a/hatyan/__init__.py +++ b/hatyan/__init__.py @@ -5,7 +5,7 @@ __author__ = """Jelmer Veenstra""" __email__ = "jelmer.veenstra@deltares.nl" -__version__ = "2.13.1" +__version__ = "2.14.0" from hatyan.analysis_prediction import * from hatyan.astrog import * diff --git a/pyproject.toml b/pyproject.toml index 58d7a50..27bf679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hatyan" -version = "2.13.1" +version = "2.14.0" maintainers = [{ name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl" }] description = "Tidal analysis and prediction tool of Rijkswaterstaat" readme = "README.md" From d1340c892b8dbffbe37188ca4871fc6685552916 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Thu, 26 Mar 2026 14:38:24 +0100 Subject: [PATCH 2/2] updated release heading --- docs/whats-new.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats-new.md b/docs/whats-new.md index 7ca2443..8d8b4ca 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -1,6 +1,6 @@ # What's new -## UNRELEASED +## 2.14.0 (2026-03-26) ### Feat - added support for pandas 3 in [#423](https://github.com/Deltares/hatyan/pull/423)