From 9a90f05d8effa1cf9e5ed61ee21fb1c7655e3ed7 Mon Sep 17 00:00:00 2001 From: verseve Date: Wed, 27 Sep 2023 11:08:35 +0200 Subject: [PATCH] Bump version --- build/wflow_cli/Setup/Installer/Application.Setup.wixproj | 2 +- docs/src/changelog.md | 2 +- test/sbm_config.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/wflow_cli/Setup/Installer/Application.Setup.wixproj b/build/wflow_cli/Setup/Installer/Application.Setup.wixproj index 86aafdc45..b74452efd 100644 --- a/build/wflow_cli/Setup/Installer/Application.Setup.wixproj +++ b/build/wflow_cli/Setup/Installer/Application.Setup.wixproj @@ -6,7 +6,7 @@ 3.10 {39da8083-e405-42e6-850c-d25685e91f81} 2.0 - 0.7.1 + 0.7.2 Package false diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 5313f7194..e8e7de35a 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## v0.7.2 - 2023-09-27 ### Fixed - Water balance of modified Rutter interception model. The sum of the stemflow partitioning diff --git a/test/sbm_config.toml b/test/sbm_config.toml index 3ab5c92d0..70cba16ca 100644 --- a/test/sbm_config.toml +++ b/test/sbm_config.toml @@ -11,6 +11,7 @@ timestepsecs = 86400 dir_input = "data/input" dir_output = "data/output" loglevel = "info" +silent = true [state] path_input = "instates-moselle.nc"