From 122b584c4a1d5af68b47ac3fb0e1b0561633f324 Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@simap.grenoble-inp.fr> Date: Sat, 4 Dec 2021 17:21:02 +0100 Subject: [PATCH] Rebuild README with version 2.0.30 --- README.ipynb | 15 ++++++++------- README.md | 3 ++- fidle/config.py | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.ipynb b/README.ipynb index fb29089..81dfb7c 100644 --- a/README.ipynb +++ b/README.ipynb @@ -3,13 +3,13 @@ { "cell_type": "code", "execution_count": 1, - "id": "b1c7f34f", + "id": "97b99b53", "metadata": { "execution": { - "iopub.execute_input": "2021-11-05T17:13:16.992221Z", - "iopub.status.busy": "2021-11-05T17:13:16.991863Z", - "iopub.status.idle": "2021-11-05T17:13:16.999547Z", - "shell.execute_reply": "2021-11-05T17:13:16.999868Z" + "iopub.execute_input": "2021-12-04T16:19:50.017498Z", + "iopub.status.busy": "2021-12-04T16:19:50.013505Z", + "iopub.status.idle": "2021-12-04T16:19:50.025766Z", + "shell.execute_reply": "2021-12-04T16:19:50.025376Z" }, "jupyter": { "source_hidden": true @@ -46,12 +46,13 @@ "- **[Program 2021/2022](https://fidle.cnrs.fr/programme)**\n", "- [Subscribe to the list](https://fidle.cnrs.fr/listeinfo), to stay informed !\n", "- [Find us on youtube](https://fidle.cnrs.fr/youtube)\n", + "- [Corrected notebooks](https://fidle.cnrs.fr/done)\n", "\n", "For more information, you can contact us at : \n", "[<img width=\"200px\" style=\"vertical-align:middle\" src=\"fidle/img/00-Mail_contact.svg\"></img>](#top)\n", "\n", "Current Version : <!-- VERSION_BEGIN -->\n", - "**2.0.29**\n", + "**2.0.30**\n", "<!-- VERSION_END -->\n", "\n", "\n", @@ -218,7 +219,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "Python 3", "language": "python", "name": "python3" }, diff --git a/README.md b/README.md index 88d31a0..f39f4f6 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,13 @@ For more information, see **https://fidle.cnrs.fr** : - **[Program 2021/2022](https://fidle.cnrs.fr/programme)** - [Subscribe to the list](https://fidle.cnrs.fr/listeinfo), to stay informed ! - [Find us on youtube](https://fidle.cnrs.fr/youtube) +- [Corrected notebooks](https://fidle.cnrs.fr/done) For more information, you can contact us at : [<img width="200px" style="vertical-align:middle" src="fidle/img/00-Mail_contact.svg"></img>](#top) Current Version : <!-- VERSION_BEGIN --> -**2.0.29** +**2.0.30** <!-- VERSION_END --> diff --git a/fidle/config.py b/fidle/config.py index 2b4dd5d..eff7cc4 100644 --- a/fidle/config.py +++ b/fidle/config.py @@ -14,7 +14,7 @@ # ---- Version ----------------------------------------------------- # -VERSION = '2.0.29' +VERSION = '2.0.30' # ---- Default notebook name --------------------------------------- # -- GitLab