diff --git a/docs/changelog.md b/docs/changelog.md index 946dc43e5..5563a7018 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 diff --git a/hydrolib/core/__init__.py b/hydrolib/core/__init__.py index 722515271..906d362f7 100644 --- a/hydrolib/core/__init__.py +++ b/hydrolib/core/__init__.py @@ -1 +1 @@ -__version__ = "0.5.2" +__version__ = "0.6.0" diff --git a/pyproject.toml b/pyproject.toml index 324fe18b2..5c7384bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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", diff --git a/tests/data/reference/dimr/test_serialize.xml b/tests/data/reference/dimr/test_serialize.xml index acca9980b..48f28b0f1 100644 --- a/tests/data/reference/dimr/test_serialize.xml +++ b/tests/data/reference/dimr/test_serialize.xml @@ -2,7 +2,7 @@ 1.3 - hydrolib-core 0.5.2 + hydrolib-core 0.6.0 2020-03-17T10:02:49.4520672Z diff --git a/tests/data/reference/model/test_dimr_model_save.xml b/tests/data/reference/model/test_dimr_model_save.xml index b8a34411e..49cd0d009 100644 --- a/tests/data/reference/model/test_dimr_model_save.xml +++ b/tests/data/reference/model/test_dimr_model_save.xml @@ -2,7 +2,7 @@ 1.3 - hydrolib-core 0.5.2 + hydrolib-core 0.6.0 2021-07-29T12:45:00