Skip to content

Commit

Permalink
prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldegoede committed Aug 3, 2023
1 parent ebf3bd9 commit 1dd99ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ 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.1 (unreleased)
v1.0.1 (3 August 2023)
===================
This release contains several new features, such as burning in river bathymetry into the subgrid, setting up drainage structures and adding wind and pressure forcing.
It also contains several bugfixes and improvements to existing methods.
It is recommended to use this release together with the latest version of the `SFINCS model <https://github.com/Deltares/SFINCS/releases/tag/v2.0.2_Blockhaus_release>`_.

Added
-----
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.1.dev0"
__version__ = "1.0.1"

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.7.1",
"hydromt>=0.8.0,<0.9",
"numba",
"numpy",
"pandas",
Expand Down

0 comments on commit 1dd99ff

Please sign in to comment.