diff --git a/docs/changelog.rst b/docs/changelog.rst index fbaffe20..b74d499d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,18 @@ All notable changes to this project will be documented in this page. The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Unreleased +========== + +Added +----- + +Changed +------- + +Fixed +----- + v0.1.0 (22 September 2023) ========================== First experimental release of functionalities to build and update Delft3D FM 1D2D models. diff --git a/hydromt_delft3dfm/__init__.py b/hydromt_delft3dfm/__init__.py index b582435b..8c8814b5 100644 --- a/hydromt_delft3dfm/__init__.py +++ b/hydromt_delft3dfm/__init__.py @@ -2,7 +2,7 @@ from os.path import abspath, dirname, join -__version__ = "0.1.0" +__version__ = "0.1.1.dev" DATADIR = join(dirname(abspath(__file__)), "data")