From 90f76f917b6e1497f0ac183b668eb66eba94cf76 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.priv> Date: Tue, 12 Mar 2019 15:56:58 +0100 Subject: [PATCH] v1.2.8.10 DOC: NEWS file updated --- DESCRIPTION | 4 ++-- NEWS.rmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bd1510ff..569dece9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.2.8.9 -Date: 2019-03-07 +Version: 1.2.8.10 +Date: 2019-03-12 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Charles", "Perrin", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-8552-1881")), diff --git a/NEWS.rmd b/NEWS.rmd index 5db116f2..1a6f3cc6 100644 --- a/NEWS.rmd +++ b/NEWS.rmd @@ -13,7 +13,7 @@ output: -### 1.2.8.9 Release Notes (2019-03-07) +### 1.2.8.10 Release Notes (2019-03-12) @@ -58,7 +58,7 @@ output: - Model diagrams added in documentations of <code>RunModel_GR4J()</code>, <code>RunModel_GR5J()</code> and <code>RunModel_GR6J()</code> functions. -- It is ow possible to be redirected on the documantation about <code>plot.OutputsModel()</code> with <code>?plot</code> +- It is now possible to be redirected on the documantation about <code>plot.OutputsModel()</code> with <code>?plot</code>. #### Minor user-visible changes -- GitLab