diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index aa92efe11b08e0a1865032db24856858f8756808..e18bb77056278d9458796d37873fbd5c2d2421b5 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,5 +1,8 @@
 =========
 CHANGELOG
 =========
+- 0.1.5 (2021/02/02)
+    Correct bugs when a wrongly formated file is used
+
 - 0.1.4 (2020/12/18)
     First beta release
\ No newline at end of file
diff --git a/docs/conf.py b/docs/conf.py
index 846af834ff283ad6deda5993aa97408c0efb1ebf..e24ddd3b4e08c1a4371a47aff0d38f1793f67c00 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
 # The short X.Y version
 version = ''
 # The full version, including alpha/beta/rc tags
-release = '0.1.4'
+release = '0.1.5'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index ef7161783b7633ea8b39a1a8cb3dbc7ca51f0110..fede80d8cfbde13eb89a896248a06e13cf4d960c 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
     # For a discussion on single-sourcing the version across setup.py and the
     # project code, see
     # https://packaging.python.org/en/latest/single_source_version.html
-    version='0.1.4',  # Required
+    version='0.1.5',  # Required
 
     # This is a one-line description or tagline of what your project does. This
     # corresponds to the "Summary" metadata field: