From 1ddc475a0d2defb8261141b199e6883a071b84f3 Mon Sep 17 00:00:00 2001 From: hboisgon Date: Mon, 16 Sep 2024 15:32:30 +0800 Subject: [PATCH] prepare 0.6.1 --- docs/changelog.rst | 6 +++--- hydromt_wflow/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index dd1c9ace..9e80511f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,9 @@ 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 -========== -All the unreleased new features and bug fixes. +v0.6.1 (16 September 2024) +========================== +This release mainly contains small bugfixes and limits xarray version to 2024.03.0 Added ----- diff --git a/hydromt_wflow/__init__.py b/hydromt_wflow/__init__.py index 0dfcc223..fac73860 100644 --- a/hydromt_wflow/__init__.py +++ b/hydromt_wflow/__init__.py @@ -1,6 +1,6 @@ """hydroMT plugin for wflow models.""" -__version__ = "0.6.1.dev0" +__version__ = "0.6.1" from .utils import * from .wflow import *