Skip to content

Commit 42d0e8c

Browse files
author
Prisca van der Sluis
committed
bump: version 0.6.0 → 0.6.1
1 parent 892b531 commit 42d0e8c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

docs/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.6.1 (2024-01-12)
2+
13
## 0.6.0 (2023-11-16)
24

35
### Feat

hydrolib/core/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ipykernel = "^6.15.0"
4848

4949
[tool.commitizen]
5050
name = "cz_conventional_commits"
51-
version = "0.6.0"
51+
version = "0.6.1"
5252
tag_format = "$version"
5353
version_files = [
5454
"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.6.0</createdBy>
5+
<createdBy>hydrolib-core 0.6.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.6.0</createdBy>
5+
<createdBy>hydrolib-core 0.6.1</createdBy>
66
<creationDate>2021-07-29T12:45:00</creationDate>
77
</documentation>
88
<control>

0 commit comments

Comments
 (0)