From c15a846d99554d12dee364be9f37a3e242e90d0a Mon Sep 17 00:00:00 2001
From: unknown <olivier.delaigue@ANPI1430.antony.irstea.priv>
Date: Thu, 16 Nov 2017 08:35:51 +0100
Subject: [PATCH] v1.0.9.66 author list update in the CITATION file

---
 DESCRIPTION   | 2 +-
 NEWS.rmd      | 2 +-
 inst/CITATION | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index cd218f0d..7fbebb2e 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.0.9.65
+Version: 1.0.9.66
 Date: 2017-11-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 4ae3a8fb..d8d6275a 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,7 +14,7 @@ output:
 
 
 
-### 1.0.9.65 Release Notes (2017-11-16) 
+### 1.0.9.66 Release Notes (2017-11-16) 
 
 
 ____________________________________________________________________________________
diff --git a/inst/CITATION b/inst/CITATION
index c12536a2..b4af507e 100644
--- a/inst/CITATION
+++ b/inst/CITATION
@@ -25,13 +25,13 @@ bibentry(bibtype="Article",
 
 bibentry(bibtype="Manual",
          title = "{airGR}: Suite of {GR} Hydrological Models for Precipitation-Runoff Modelling",
-         author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("C. Michel")),
+         author = personList(as.person("L. Coron"), as.person("C. Perrin"), as.person("O. Delaigue"), as.person("G. Thirel"), as.person("C. Michel")),
          journal = "R News",
          year = year,
          note = note,
          url = "https://webgr.irstea.fr/en/airGR/",
          textVersion = 
-           paste0("Coron, L., Perrin, C. and Michel, C. (",
+           paste0("Coron, L., Perrin, C., Delaigue, O., Thirel, G. and Michel, C. (",
                   year,
                   "). airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling. ",
                   note,
-- 
GitLab