From 5c13ae34faa80a8763b356685f03ab49fafb5e51 Mon Sep 17 00:00:00 2001
From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr>
Date: Tue, 26 Jan 2021 16:03:14 +0100
Subject: [PATCH] Correct %-d  v2.0.6

---
 README.ipynb    | 12 ++++++------
 README.md       |  2 +-
 fidle/config.py |  2 +-
 fidle/pwk.py    |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README.ipynb b/README.ipynb
index 211d436..b1e6af4 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 4aa85af..11867bf 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 3cc5ce2..3986c8e 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 2235407..c3a132c 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')
      
-- 
GitLab