Skip to content

Commit

Permalink
prep release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Jan 3, 2024
1 parent 90e2e68 commit 5c15f68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ Distinction is made between new methods (Added), changes to existing methods (Ch
The format is based on `Keep a Changelog`_, and this project adheres to
`Semantic Versioning`_.

v1.0.3 (in development)
v1.0.3 (3 January 2024)
=======================

Added
-----
This release contains several changes and fixes. Most notably, models with a geographical CRS can now be build.
Also note the changes in the default values in the sfincs.inp file.

Changed
-------
Expand All @@ -25,10 +24,6 @@ Fixed
- fix a bug that caused some model files to be read twice (#161)
- bugfix in workflows.bathymetry that was encountered while burning in rivers (#166)

Deprecated
----------



v1.0.2 (9 November 2023)
========================
Expand Down
2 changes: 1 addition & 1 deletion hydromt_sfincs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os.path import dirname, join, abspath


__version__ = "1.0.3.dev0"
__version__ = "1.0.3"

DATADIR = join(dirname(abspath(__file__)), "data")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
dependencies = [
"affine",
"geopandas>=0.8",
"hydromt>=0.9.1",
"hydromt>=0.9.1, <0.10",
"numba",
"numpy",
"pandas",
Expand Down

0 comments on commit 5c15f68

Please sign in to comment.