diff --git a/README.ipynb b/README.ipynb
index 211d436be8416603222482acb72741afba79ee6e..b1e6af4c9bdd88a5cf49361fad44d9fd872636bc 100644
--- a/README.ipynb
+++ b/README.ipynb
@@ -3,13 +3,13 @@
   {
    "cell_type": "code",
    "execution_count": 1,
-   "id": "instrumental-evanescence",
+   "id": "complicated-lover",
    "metadata": {
     "execution": {
-     "iopub.execute_input": "2021-01-26T10:02:37.697023Z",
-     "iopub.status.busy": "2021-01-26T10:02:37.696492Z",
-     "iopub.status.idle": "2021-01-26T10:02:37.704777Z",
-     "shell.execute_reply": "2021-01-26T10:02:37.704352Z"
+     "iopub.execute_input": "2021-01-26T15:01:24.643795Z",
+     "iopub.status.busy": "2021-01-26T15:01:24.643423Z",
+     "iopub.status.idle": "2021-01-26T15:01:24.651824Z",
+     "shell.execute_reply": "2021-01-26T15:01:24.651411Z"
     },
     "jupyter": {
      "source_hidden": true
@@ -62,7 +62,7 @@
        "\n",
        "\n",
        "Current Version : <!-- VERSION_BEGIN -->\n",
-       "2.0.5\n",
+       "2.0.6\n",
        "<!-- VERSION_END -->\n",
        "\n",
        "\n",
diff --git a/README.md b/README.md
index 4aa85af7e21890df389fa33101ea23ca161d5500..11867bfc0b1ad8ed79a16be1342f255a0f65bdf2 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Don't forget to look at the [Wiki](https://gricad-gitlab.univ-grenoble-alpes.fr/
 
 
 Current Version : <!-- VERSION_BEGIN -->
-2.0.5
+2.0.6
 <!-- VERSION_END -->
 
 
diff --git a/fidle/config.py b/fidle/config.py
index 3cc5ce2805698ea3dff7b145b6a45dad7bed6d61..3986c8ee3ab46b97e7f933cca9e0e0b4f1632554 100644
--- a/fidle/config.py
+++ b/fidle/config.py
@@ -14,7 +14,7 @@
 
 # ---- Version -----------------------------------------------------
 #
-VERSION = '2.0.5'
+VERSION = '2.0.6'
 
 # ---- Default notebook name ---------------------------------------
 #
diff --git a/fidle/pwk.py b/fidle/pwk.py
index 22354072a552b09b218a169a2bc7cb301f87cc43..c3a132cdbd6948d0bc424742b685a30b762c2024 100644
--- a/fidle/pwk.py
+++ b/fidle/pwk.py
@@ -746,7 +746,7 @@ def end():
     global _end_time
     _end_time = datetime.datetime.now()
         
-    print('End time is :', time.strftime("%A %-d %B %Y, %H:%M:%S"))
+    print('End time is :', time.strftime("%A %d %B %Y, %H:%M:%S"))
     print('Duration is :', hdelay_ms(_end_time - _start_time))
     print('This notebook ends here')