Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.13.1
current_version = 2.14.0
commit = True
tag = True

Expand All @@ -14,4 +14,3 @@ replace = __version__ = "{new_version}"
[bumpversion:file:CITATION.cff]
search = version: {current_version}
replace = version: {new_version}

2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion hatyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading