Skip to content

Commit

Permalink
116 create ddlpy 060 release (#117)
Browse files Browse the repository at this point in the history
* Bump version: 0.5.0 → 0.6.0

* update history.rst

* updated contributing.rst
  • Loading branch information
veenstrajelmer authored Oct 8, 2024
1 parent 192ad02 commit f9d754c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ddlpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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 = "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"},
Expand Down

0 comments on commit f9d754c

Please sign in to comment.