Skip to content

Commit f9d754c

Browse files
116 create ddlpy 060 release (#117)
* Bump version: 0.5.0 → 0.6.0 * update history.rst * updated contributing.rst
1 parent 192ad02 commit f9d754c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Releasing (non-travis)
142142
- run testbank
143143
- local check with: ``python -m build`` and ``twine check dist/*``
144144
- push+merge all changes
145-
- create a new release at https://github.com/Deltares/dfm_tools/releases/new
145+
- create a new release at https://github.com/Deltares/ddlpy/releases/new
146146
- click ``choose a tag`` and type v+versionnumber (e.g. ``v0.3.0``), click ``create new tag on publish``
147147
- set the release title to the tagname (e.g. ``v0.3.0``)
148148
- click `Generate release notes`

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
UNRELEASED
5+
0.6.0 (2024-10-08)
66
------------------
77
* avoid timezone conversion if tz-naive `ddlpy.dataframe_to_xarray` in https://github.com/Deltares/ddlpy/pull/106
88
* added some missing dependencies in https://github.com/Deltares/ddlpy/pull/108

ddlpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Fedor Baart"""
66
__email__ = '[email protected]'
7-
__version__ = '0.5.0'
7+
__version__ = '0.6.0'
88

99
from ddlpy.ddlpy import locations
1010
from ddlpy.ddlpy import (measurements,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rws-ddlpy"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
maintainers = [
99
{ name = "Fedor Baart", email = "[email protected]"},
1010
{ name = "Jelmer Veenstra", email = "[email protected]"},

0 commit comments

Comments
 (0)