From 65c001b125a058037c6a61713834f993f0064da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 3 Nov 2021 11:23:08 -0700 Subject: [PATCH] version: bump to v0.12.0a3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/west/version.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/west/version.py b/src/west/version.py index 6cd9a163..d87636cf 100644 --- a/src/west/version.py +++ b/src/west/version.py @@ -5,12 +5,15 @@ # This is the Python 3 version of option 3 in: # https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version -__version__ = '0.12.0a2' +__version__ = '0.12.0a3' # # MAINTAINERS: # -# Make sure to update west.manifest.SCHEMA_VERSION if there have been -# manifest schema version changes since the last release. +# - Make sure to update west.manifest.SCHEMA_VERSION if there have been +# manifest schema version changes since the last release. +# +# - If SCHEMA_VERSION has been updated since last release, make sure the +# above __version__ is in sync. # # Note that this is the "logical" west manifest schema, and that the # pykwalify schema doesn't capture everything. E.g. the map in an