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 <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2021-10-09 14:37:45 +02:00
parent ee2600a51b
commit abb645f8e9
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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