Skip to content

Commit

Permalink
version: bump to v0.12.0a3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mbolivar-nordic committed Nov 3, 2021
1 parent 70b7e0f commit 65c001b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/west/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65c001b

Please sign in to comment.