Skip to content

Commit

Permalink
update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed Nov 8, 2024
1 parent cdebd5b commit 98e8820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""hydroMT plugin for wflow models."""

__version__ = "0.6.2.dev0"
__version__ = "0.7.0"

from .naming import *
from .utils import *
Expand Down

0 comments on commit 98e8820

Please sign in to comment.