diff --git a/DESCRIPTION b/DESCRIPTION
index 9b871de581057351d05a525daf58f5e32432217e..449f047a39afa2fe933ede1f5219fc687d77a429 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.3.24
+Version: 1.6.3.25
 Date: 2020-11-05
 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 6541b58caebf8d88a358a55592ad95c2dc319db1..d5a8a938c73e65a0fcef434fa2e7db69aa2bcbab 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 1.6.3.24 Release Notes (2020-1&-05)
+### 1.6.3.25 Release Notes (2020-11-06)
 
 #### New features
 
@@ -20,6 +20,11 @@
 - The deprecated <code>RunSnowModule</code> argument has been removed from the <code>CreateRunOptions()</code> function. ([#23](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/23))
 
 
+#### Bug fixes
+
+- Fixed bug in <code>RunModel_GR1A()</code>. Reversed PotEvap and Precip outputs are now reordered (in the previous versions PotEvap contained the precipitation values and Precip contained the evapotranspiration values, the Qsim values were already correct).
+
+
 #### Major user-visible changes
 
 - Added output to <code>RunModel_GR2M()</code> function (Ps). ([#51](https://gitlab.irstea.fr/HYCAR-Hydro/airgr/-/issues/51))