Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Feb 4, 2025
1 parent 71e5014 commit e79883c
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.8.1 (2025-02-04)

### Feat

- Support Fortran scientific notation in .tim files (e.g., 1d0) (#720)
- Corrected comment for layerType (#697)

### Fix

- failing docs (#728)

## 0.8.0 (2024-07-09)

### 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.8.0"
__version__ = "0.8.1"
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.8.0"
version = "0.8.1"
description = "Python wrappers around D-HYDRO Suite."
authors = ["Deltares"]
license = "MIT"
Expand Down Expand Up @@ -63,7 +63,7 @@ mkdocstrings-python = "^1.13.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.0"
version = "0.8.1"
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.8.0</createdBy>
<createdBy>hydrolib-core 0.8.1</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.8.0</createdBy>
<createdBy>hydrolib-core 0.8.1</createdBy>
<creationDate>2021-07-29T12:45:00</creationDate>
</documentation>
<control>
Expand Down

0 comments on commit e79883c

Please sign in to comment.