From abb645f8e93861a057fba226613a55fc7357fbca Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Sat, 9 Oct 2021 14:37:45 +0200 Subject: [PATCH] Bump format revision due to changes to include paths This justifies a version bump, even though the old behavior is still supported. Signed-off-by: Jan Kiszka --- docs/format-changelog.rst | 9 +++++++++ kas/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/format-changelog.rst b/docs/format-changelog.rst index ca5f9fb..e085024 100644 --- a/docs/format-changelog.rst +++ b/docs/format-changelog.rst @@ -94,3 +94,12 @@ Added ~~~~~ - ``build_system`` property to pre-select OE or Isar. + +Version 11 +---------- + +Changed behavior +~~~~~~~~~~~~~~~~ + +- String item ``includes`` are now using repo-relative paths. File-relative is + still supported by issues a deprecation warning. diff --git a/kas/__version__.py b/kas/__version__.py index b007bbf..b1dfb2f 100644 --- a/kas/__version__.py +++ b/kas/__version__.py @@ -28,5 +28,5 @@ __copyright__ = 'Copyright (c) Siemens AG, 2017-2020' __version__ = '2.5' # Please update docs/format-changelog.rst when changing the file version. -__file_version__ = 10 +__file_version__ = 11 __compatible_file_version__ = 1