Skip to content

Commit

Permalink
version bump and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldegoede committed Nov 9, 2023
1 parent 954a171 commit 89c25f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.2 (unreleased)
v1.0.2 (9 November 2023)
===================
This release mostly contains bugfixes and improvements to existing methods. Some new features have been added as well,
such as the option to add storage volume to the model to account for green infrastructure. Another addition is the
generation of overviews for the Cloud Optimized GeoTIFF files for faster visualization.

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.2.dev0"
__version__ = "1.0.2"

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

Expand Down

0 comments on commit 89c25f6

Please sign in to comment.