diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 435e25c..e14036c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 642469b..b072ca1 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -142,7 +142,7 @@ Releasing (non-travis) - run testbank - local check with: ``python -m build`` and ``twine check dist/*`` - push+merge all changes -- create a new release at https://github.com/Deltares/dfm_tools/releases/new +- create a new release at https://github.com/Deltares/ddlpy/releases/new - click ``choose a tag`` and type v+versionnumber (e.g. ``v0.3.0``), click ``create new tag on publish`` - set the release title to the tagname (e.g. ``v0.3.0``) - click `Generate release notes` diff --git a/HISTORY.rst b/HISTORY.rst index 66b141e..2c7c641 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -UNRELEASED +0.6.0 (2024-10-08) ------------------ * avoid timezone conversion if tz-naive `ddlpy.dataframe_to_xarray` in https://github.com/Deltares/ddlpy/pull/106 * added some missing dependencies in https://github.com/Deltares/ddlpy/pull/108 diff --git a/ddlpy/__init__.py b/ddlpy/__init__.py index 7b4e2af..11eca0b 100644 --- a/ddlpy/__init__.py +++ b/ddlpy/__init__.py @@ -4,7 +4,7 @@ __author__ = """Fedor Baart""" __email__ = 'fedor.baart@deltares.nl' -__version__ = '0.5.0' +__version__ = '0.6.0' from ddlpy.ddlpy import locations from ddlpy.ddlpy import (measurements, diff --git a/pyproject.toml b/pyproject.toml index 98efe7d..f6b7206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rws-ddlpy" -version = "0.5.0" +version = "0.6.0" maintainers = [ { name = "Fedor Baart", email = "fedor.baart@deltares.nl"}, { name = "Jelmer Veenstra", email = "jelmer.veenstra@deltares.nl"},