From 37584ad6e3ef431bb04e0e16bddc1b74f77a38bc Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Mon, 21 Feb 2022 15:00:05 +0100 Subject: [PATCH] chore: bump to release version 1.7.0 --- DESCRIPTION | 2 +- NEWS.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6bf0ab3..bc3757f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.6.12.9001 +Version: 1.7.0 Date: 2022-02-21 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), diff --git a/NEWS.md b/NEWS.md index 865e87c..7614974 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ -### 1.6.12.9001 Release Notes (2022-02-21) +### 1.7.0 Release Notes (2022-02-21) #### New features @@ -28,6 +28,7 @@ #### Major user-visible changes + - `RunModel_Lag()` now handles warm-up period simulation (set in `CreateRunOptions()`). ([#132](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/132)) -- GitLab