Skip to content

Commit aa2aab3

Browse files
West v0.12.0
New features: - West now works on the MSYS2 platform (https://www.msys2.org/) - West manifest files can now contain arbitrary user data associated with each project. See 591a0aa ("manifest: add project 'userdata' key") for details. Bug fixes: - The west list command's "{sha}" format key has been fixed for the manifest repository; it now prints "N/A" ("not applicable") as expected. API changes: - The west.manifest.Project.userdata attribute was added to support project user data. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 65c001b commit aa2aab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/west/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.0a3'
8+
__version__ = '0.12.0'
99
#
1010
# MAINTAINERS:
1111
#

0 commit comments

Comments
 (0)