From 2ffed1dec9319fc9875246fa004546d48620d71e Mon Sep 17 00:00:00 2001 From: JoostBuitink <44062204+JoostBuitink@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:59:06 +0100 Subject: [PATCH] post release update --- docs/changelog.rst | 15 +++++++++++++++ hydromt_wflow/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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 *