Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prisca van der Sluis committed Nov 16, 2023
1 parent ebe3815 commit 452338a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.6.0 (2023-11-16)

### Feat

- Add filetype 10 (polyfile) to class ExtOldFileType (#565)
- Add missing oldext quantities (#557)

### Fix

- Rainfall Runoff .bui file with multiple stations gives parse error

## 0.5.2 (2023-04-19)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion hydrolib/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.6.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hydrolib-core"
version = "0.5.2"
version = "0.6.0"
description = "Python wrappers around D-HYDRO Suite."
authors = ["Deltares"]
license = "MIT"
Expand Down Expand Up @@ -51,7 +51,7 @@ ipykernel = "^6.15.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.5.2"
version = "0.6.0"
tag_format = "$version"
version_files = [
"hydrolib/core/__init__.py",
Expand Down
2 changes: 1 addition & 1 deletion tests/data/reference/dimr/test_serialize.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<documentation>
<fileVersion>1.3</fileVersion>
<createdBy>hydrolib-core 0.5.2</createdBy>
<createdBy>hydrolib-core 0.6.0</createdBy>
<creationDate>2020-03-17T10:02:49.4520672Z</creationDate>
</documentation>
<control>
Expand Down
2 changes: 1 addition & 1 deletion tests/data/reference/model/test_dimr_model_save.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<documentation>
<fileVersion>1.3</fileVersion>
<createdBy>hydrolib-core 0.5.2</createdBy>
<createdBy>hydrolib-core 0.6.0</createdBy>
<creationDate>2021-07-29T12:45:00</creationDate>
</documentation>
<control>
Expand Down

0 comments on commit 452338a

Please sign in to comment.