Skip to content

Commit 61839d0

Browse files
committed
manifest: Bump schema version to 1.6
While the schema validation tooling has changed, the schema validation itself hasn't. But in order for users to target a version without the tooling change, we need to bump the schema version. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 4081e06 commit 61839d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/west/manifest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#: v1.0.x, so that users can say "I want schema version 1" instead of
6060
#: having to keep using '0.13', which was the previous version this
6161
#: changed.)
62-
SCHEMA_VERSION = '1.2'
62+
SCHEMA_VERSION = '1.6'
6363
# MAINTAINERS:
6464
#
6565
# - Make sure to update _VALID_SCHEMA_VERS if you change this.
@@ -215,6 +215,7 @@ class _defaults(NamedTuple):
215215
'0.12',
216216
'0.13',
217217
'1.0',
218+
'1.2',
218219
SCHEMA_VERSION,
219220
]
220221

0 commit comments

Comments
 (0)