From 4f76e47090e85310c3aefedd8fc707f6a09a8f02 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 10 Oct 2017 08:24:27 +0200 Subject: [PATCH] config: Belatedly increment file version to account for task field Captain Hindsight: We should have never committed 13a87cb8c7f6 ("Allow to define task in config and environment") without forwarding the file version. Without this, no config file writer can tell kas versions apart that support task control from those that don't. Signed-off-by: Jan Kiszka --- kas/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kas/__version__.py b/kas/__version__.py index f016e5a..e48f6a5 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -26,5 +26,5 @@ __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017' __version__ = '0.12.0' -__file_version__ = 2 +__file_version__ = 3 __compatible_file_version__ = 1