From 07167169b728db09717fc8b767312480f0244213 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 19 May 2020 03:44:37 +0200 Subject: [PATCH] Use generic version 1.1.x in migration guide --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 7a097b68..9eafd1b9 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1552,10 +1552,10 @@ caches. Clients can time out, subsequent requests will be much faster. You can check the imported storage for errors by starting Radicale >= 2.1.5 with the ``--verify-storage`` argument. -You can install version 1.1.6 with: +You can install version 1.1.x with: ```bash -$ python3 -m pip install --upgrade radicale==1.1.6 +$ python3 -m pip install --upgrade radicale==1.1.* ``` ### Authentication