From 1f698c6df068bb5777103616b27af87d7c61da57 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 24 Jul 2017 02:56:48 +0200 Subject: [PATCH] Bump Radicale 1.1.4 to 1.1.5 --- 1to2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1to2.md b/1to2.md index 4d8bcee1..f439706a 100644 --- a/1to2.md +++ b/1to2.md @@ -40,16 +40,16 @@ locks**. Other storage types can be used by creating [plugins]({{ site.baseurl }}/plugins/). To migrate data to Radicale 2.x.x the command line argument -``--export-storage`` was added to Radicale 1.1.4. +``--export-storage`` was added to Radicale 1.1.x. Start Radicale 1.x.x as you would normally do, but add the argument ``--export-storage path/to/empty/folder``. Radicale will export the storage into the specified folder. This folder can be directly used with the default storage backend of Radicale 2.x.x. -You can install version 1.1.4 with: +You can install version 1.1.5 with: ```shell -$ python3 -m pip install --upgrade radicale==1.1.4 +$ python3 -m pip install --upgrade radicale==1.1.5 ``` ### Authentication