From dcaf7639beede2ce619430cc0b01093d77914a68 Mon Sep 17 00:00:00 2001 From: Patrick Robertson Date: Mon, 3 Mar 2025 19:58:47 +0000 Subject: [PATCH] Rename 'upgrading...' page to 'upgrading from...' because it's also valid for 0.13+ versions --- docs/source/how_to/new_config_format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/how_to/new_config_format.md b/docs/source/how_to/new_config_format.md index 6c12276..ba05d7d 100644 --- a/docs/source/how_to/new_config_format.md +++ b/docs/source/how_to/new_config_format.md @@ -1,11 +1,11 @@ -# Upgrading to v0.13 +# Upgrading from v0.12 ```{note} This how-to is only relevant for people who used Auto Archiver before February 2025 (versions prior to 0.13). If you are new to Auto Archiver, then you are already using the latest configuration format and this how-to is not relevant for you. ``` -Version 0.13 of Auto Archiver has breaking changes in the configuration format, which means earlier configuration formats will not work without slight modifications. +Versions 0.13+ of Auto Archiver has breaking changes in the configuration format, which means earlier configuration formats will not work without slight modifications. ## How do I know if I need to update my configuration format?