diff --git a/docs/changelog.rst b/docs/changelog.rst index e52cb93a..553c159f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,21 @@ 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.7.0 (8 November 2024) ======================== This release adds support to create water demand and allocation related data (available since Wflow.jl version 0.8.0). diff --git a/hydromt_wflow/__init__.py b/hydromt_wflow/__init__.py index ccf4682b..e4ba09b8 100644 --- a/hydromt_wflow/__init__.py +++ b/hydromt_wflow/__init__.py @@ -1,6 +1,6 @@ """hydroMT plugin for wflow models.""" -__version__ = "0.7.0" +__version__ = "0.7.1dev0" from .naming import * from .utils import *