Changing version in warning to correspond with next release version.
This commit is contained in:
parent
65ab230961
commit
1b59f5b190
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def apply_logical_validation(config_filename, parsed_configuration):
|
|||
|
||||
consistency_prefix = parsed_configuration.get('consistency', {}).get('prefix')
|
||||
if archive_name_format and not consistency_prefix:
|
||||
logger.warning('Since version 1.2.0, if you provide `archive_name_format`, you must also'
|
||||
logger.warning('Since version 1.1.16, if you provide `archive_name_format`, you should also'
|
||||
' specify `consistency.prefix`.')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue