diff --git a/docs/changelog.md b/docs/changelog.md index e3ba6c76b..946dc43e5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,9 @@ +## 0.5.2 (2023-04-19) + +### Fix + +- failing unittest + SonarCloud security issue (#541) + ## 0.5.1 (2023-04-17) ### Feat diff --git a/hydrolib/core/__init__.py b/hydrolib/core/__init__.py index dd9b22ccc..722515271 100644 --- a/hydrolib/core/__init__.py +++ b/hydrolib/core/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 7f668d1d7..d21a3039f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hydrolib-core" -version = "0.5.1" +version = "0.5.2" description = "Python wrappers around D-HYDRO Suite." authors = ["Deltares"] license = "MIT" @@ -50,7 +50,7 @@ ipykernel = "^6.15.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.1" +version = "0.5.2" 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 407c59fc5..acca9980b 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.1 + hydrolib-core 0.5.2 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 5d160f288..b8a34411e 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.1 + hydrolib-core 0.5.2 2021-07-29T12:45:00