From 253e8a96c785c420f8d5b21ee1f5816c03841666 Mon Sep 17 00:00:00 2001 From: verseve Date: Mon, 12 Jun 2023 11:56:59 +0200 Subject: [PATCH] bump version --- Project.toml | 2 +- docs/src/changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f65e0aa9f..66a2ea105 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Wflow" uuid = "d48b7d99-76e7-47ae-b1d5-ff0c1cf9a818" authors = ["Deltares and contributors"] -version = "0.6.3" +version = "0.7.0" [deps] BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 916fc3155..ba3db9316 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.0 - 2023-06-12 ### Fixed - `BMI.get_time_units` now gets called on the model rather than the type, like all other BMI