diff --git a/docs/changelog.rst b/docs/changelog.rst index 48a35e5d..e52cb93a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,8 +6,11 @@ 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.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). +For now, the new methods for demands support is limited to already gridded input datasets. +The release also includes support for the paddy land use type and additional landuse parameters (crop coefficient and root uptake). Added ----- diff --git a/hydromt_wflow/__init__.py b/hydromt_wflow/__init__.py index e43fc3c5..ccf4682b 100644 --- a/hydromt_wflow/__init__.py +++ b/hydromt_wflow/__init__.py @@ -1,6 +1,6 @@ """hydroMT plugin for wflow models.""" -__version__ = "0.6.2.dev0" +__version__ = "0.7.0" from .naming import * from .utils import *