diff --git a/DESCRIPTION b/DESCRIPTION
index 6e819f70afd91df2a4e8d601f701dc7215b44456..cd218f0d2c3613ccaa7ad7e451c1f89c26d2a9e2 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.0.9.64
-Date: 2017-11-10
+Version: 1.0.9.65
+Date: 2017-11-16
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl")),
   person("Charles", "Perrin", role = c("aut", "ths")),
diff --git a/NEWS.rmd b/NEWS.rmd
index 8f0e703792c1c2fae65fe7d43c5273f4cdf69666..4ae3a8fb4d1b9e462d8b6d618190fec7020516fa 100644
--- a/NEWS.rmd
+++ b/NEWS.rmd
@@ -14,8 +14,15 @@ output:
 
 
 
+### 1.0.9.65 Release Notes (2017-11-16) 
+
+
+____________________________________________________________________________________
+
+
 ### 1.0.9.64 Release Notes (2017-11-10) 
 
+
 #### New features
 
 - An article describing the airGR package has been published. Its reference has been added and will be displayed with <code>citation("airGR")</code>. 
@@ -65,7 +72,7 @@ output:
 - The documentation and help of several functions were improved.
 
 
-#### CRAN-comparibility updates
+#### CRAN-compatibility updates
 
 - "airGR.c" file registers native routines.
 
@@ -146,7 +153,7 @@ ________________________________________________________________________________
 - <code>plot_OutputsModel()</code> gains a <code>log_scale</code> argument in order to plot the flow with a log scale.
 
 - A tutorial is available online on the following link: from http://webgr.irstea.fr/airGR.
- It can also be displayed with the <code>vignette("airGR")</code> command
+ It can also be displayed with the <code>vignette("airGR")</code> command.
  
 
 #### Bug fixes
@@ -225,7 +232,7 @@ ________________________________________________________________________________
 - Removal of an unnecessary warning when <code>IndPeriod_WarmUp = 0</code>.
 
 
-#### CRAN-comparibility updates
+#### CRAN-compatibility updates
 
 - Modification of namespace file to ensure proper use under linux whithout compilation issues.
 
@@ -365,7 +372,7 @@ ________________________________________________________________________________
 
 - RC9 bug correction: the <code>CalibrationAlgo_HBAN()</code> function was not working properly with models having only one parameter.
 
-- RC8 bug correction of the <code>ModelDefaultIniOptions()</code> function (this bug was introduced in the RC7 and caused an error when <code>IndPeriod_WarmUp = NULL</code>
+- RC8 bug correction of the <code>ModelDefaultIniOptions()</code> function (this bug was introduced in the RC7 and caused an error when <code>IndPeriod_WarmUp = NULL</code>.
 
 - RC7 bug correction of the <code>ModelDefaultIniOptions()</code> function (the automatic selection of one year for warm-up was not handling properly missing data).
 
@@ -454,7 +461,7 @@ ________________________________________________________________________________
 
 #### New features
 
-- New <code>EfficiencyCrit_NSE_sqrtQ()</code> function to compute NSE criterion on sqrt flows
+- New <code>EfficiencyCrit_NSE_sqrtQ()</code> function to compute NSE criterion on sqrt flows.
 
 
 #### Bug fixes