From b44e73f7d0cb075cedc191890a603ade7d86c71d Mon Sep 17 00:00:00 2001 From: Xiaohan Li Date: Mon, 20 Nov 2023 12:39:48 +0100 Subject: [PATCH] bump version to 0.2.0 --- docs/changelog.rst | 7 ++----- hydromt_delft3dfm/__init__.py | 3 +-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 63ffbde1..1f86e757 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,8 @@ 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 -========== +v0.2.0 (20 November 2023) +========================= Major dependency upgrade and add support for compound structures. Added @@ -21,9 +21,6 @@ Changed - Upgraded hydrolib-core dependency to version 0.6.0. (PR#109) - Support multiple structures at the same location. (PR#113) -Fixed ------ - v0.1.2 (20 October 2023) ======================== Added examples, updated documentation and Upgraded dependency. diff --git a/hydromt_delft3dfm/__init__.py b/hydromt_delft3dfm/__init__.py index 8153cefd..f75646b1 100644 --- a/hydromt_delft3dfm/__init__.py +++ b/hydromt_delft3dfm/__init__.py @@ -2,8 +2,7 @@ from os.path import abspath, dirname, join -__version__ = "0.1.3.dev" - +__version__ = "0.2.0" DATADIR = join(dirname(abspath(__file__)), "data") from .dflowfm import *