diff --git a/CMakeLists.txt b/CMakeLists.txt
index ff0eceaaedfa76baf88865e899fcd8226d3efca0..1d59a1c848f7c54b783a2c03a03426e27ffafd4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ SET(SOFTWARE_NAME "XTPcpp")
 
 SET(XTPCPP_VERSION_MAJOR "0")
 SET(XTPCPP_VERSION_MINOR "1")
-SET(XTPCPP_VERSION_PATCH "4")
+SET(XTPCPP_VERSION_PATCH "6")
 SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}")
 
 # Set the CMAKE_PREFIX_PATH for the find_library fonction when using non
diff --git a/debian/changelog b/debian/changelog
index f32429f56a7a29f4519cc92cbd0cdd49cf43f7a8..81267c3418f7d89e83b3098b77219dbbdccb1306 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+xtpcpp (0.1.6-1) jessie; urgency=medium
+
+  * new ODS sheet in outputs
+
+ -- Olivier Langella <Olivier.Langella@moulon.inra.fr>  Wed, 03 May 2017 10:28:25 +0200
+
+xtpcpp (0.1.5-2) jessie; urgency=medium
+
+  * new export options
+
+ -- Olivier Langella <Olivier.Langella@moulon.inra.fr>  Fri, 28 Apr 2017 10:30:20 +0200
+
+xtpcpp (0.1.5-1) jessie; urgency=medium
+
+  * new export options
+
+ -- Olivier Langella <Olivier.Langella@moulon.inra.fr>  Fri, 28 Apr 2017 10:18:20 +0200
+
 xtpcpp (0.1.4-1) jessie; urgency=medium
 
   * FASTA export
diff --git a/src/core/identification_sources/identificationdatasource.cpp b/src/core/identification_sources/identificationdatasource.cpp
index 700120388c0904ad4d55e800abab01f4d9911c2f..0b57d64543b46286a056f9e11af0cb2cc23fc713 100644
--- a/src/core/identification_sources/identificationdatasource.cpp
+++ b/src/core/identification_sources/identificationdatasource.cpp
@@ -20,6 +20,7 @@
 * Contributors:
 *     Olivier Langella <Olivier.Langella@moulon.inra.fr> - initial API and implementation
 ******************************************************************************/
+
 #include "identificationdatasource.h"
 #include "identificationxtandemfile.h"
 #include <pappsomspp/pappsoexception.h>