diff --git a/DESCRIPTION b/DESCRIPTION index 6bf0ab3e41ace99a51026c85cccf1be2e3548d3f..bc3757f95f99299baf966b41beae7684bcc5d833 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 865e87cefb3681cd25c9874daaf04a76d02546e6..76149745f706c5fd069ed99729cb83f63f9215ce 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))