From 9b42d0f51e368bff5651d8893e40b891f56bf851 Mon Sep 17 00:00:00 2001 From: Xiaohan Li Date: Mon, 20 Nov 2023 12:56:38 +0100 Subject: [PATCH] post release --- docs/changelog.rst | 12 ++++++++++++ hydromt_delft3dfm/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f86e75..ce2cfd3 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.2.0 (20 November 2023) ========================= Major dependency upgrade and add support for compound structures. diff --git a/hydromt_delft3dfm/__init__.py b/hydromt_delft3dfm/__init__.py index f75646b..6f8855e 100644 --- a/hydromt_delft3dfm/__init__.py +++ b/hydromt_delft3dfm/__init__.py @@ -2,7 +2,7 @@ from os.path import abspath, dirname, join -__version__ = "0.2.0" +__version__ = "0.2.1.dev" DATADIR = join(dirname(abspath(__file__)), "data") from .dflowfm import *