Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed Apr 19, 2023
1 parent 9b078d1 commit f7b615e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.2 (2023-04-19)

### Fix

- failing unittest + SonarCloud security issue (#541)

## 0.5.1 (2023-04-17)

### Feat
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.1"
__version__ = "0.5.2"
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.1"
version = "0.5.2"
description = "Python wrappers around D-HYDRO Suite."
authors = ["Deltares"]
license = "MIT"
Expand Down Expand Up @@ -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",
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.1</createdBy>
<createdBy>hydrolib-core 0.5.2</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.1</createdBy>
<createdBy>hydrolib-core 0.5.2</createdBy>
<creationDate>2021-07-29T12:45:00</creationDate>
</documentation>
<control>
Expand Down

0 comments on commit f7b615e

Please sign in to comment.