Skip to content

Commit 2c32d5e

Browse files
committed
Merge branch 'main' into release/v0.4.2
2 parents d57bcb9 + 72088b9 commit 2c32d5e

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.1 (2023-01-26)
2+
3+
### Fix
4+
- `_add_nodes_to_segments` fixed ({{gh_pr(440)}})
5+
16
## 0.4.0 (2023-01-23)
27

38
### Feat

hydrolib/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hydrolib-core"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python wrappers around D-HYDRO Suite."
55
authors = ["Deltares"]
66
license = "MIT"
@@ -50,7 +50,7 @@ ipykernel = "^6.15.0"
5050

5151
[tool.commitizen]
5252
name = "cz_conventional_commits"
53-
version = "0.4.0"
53+
version = "0.4.1"
5454
tag_format = "$version"
5555
version_files = [
5656
"hydrolib/core/__init__.py",

tests/data/reference/dimr/test_serialize.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<dimrConfig xmlns="http://schemas.deltares.nl/dimr" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.deltares.nl/dimr http://content.oss.deltares.nl/schemas/dimr-1.3.xsd">
33
<documentation>
44
<fileVersion>1.3</fileVersion>
5-
<createdBy>hydrolib-core 0.4.0</createdBy>
5+
<createdBy>hydrolib-core 0.4.1</createdBy>
66
<creationDate>2020-03-17T10:02:49.4520672Z</creationDate>
77
</documentation>
88
<control>

tests/data/reference/model/test_dimr_model_save.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<dimrConfig xmlns="http://schemas.deltares.nl/dimr" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.deltares.nl/dimr http://content.oss.deltares.nl/schemas/dimr-1.3.xsd">
33
<documentation>
44
<fileVersion>1.3</fileVersion>
5-
<createdBy>hydrolib-core 0.4.0</createdBy>
5+
<createdBy>hydrolib-core 0.4.1</createdBy>
66
<creationDate>2021-07-29T12:45:00</creationDate>
77
</documentation>
88
<control>

0 commit comments

Comments
 (0)