Skip to content

Commit 65c001b

Browse files
version: bump to v0.12.0a3
This backports in the project userdata feature from main (which requires a manifest schema bump), along with reversion of the parallel west update feature for now. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 70b7e0f commit 65c001b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/west/version.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
# This is the Python 3 version of option 3 in:
66
# https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version
77

8-
__version__ = '0.12.0a2'
8+
__version__ = '0.12.0a3'
99
#
1010
# MAINTAINERS:
1111
#
12-
# Make sure to update west.manifest.SCHEMA_VERSION if there have been
13-
# manifest schema version changes since the last release.
12+
# - Make sure to update west.manifest.SCHEMA_VERSION if there have been
13+
# manifest schema version changes since the last release.
14+
#
15+
# - If SCHEMA_VERSION has been updated since last release, make sure the
16+
# above __version__ is in sync.
1417
#
1518
# Note that this is the "logical" west manifest schema, and that the
1619
# pykwalify schema doesn't capture everything. E.g. the map in an

0 commit comments

Comments
 (0)