Merge tag 'v0.17.1' into develop

This commit is contained in:
Massimiliano Culpo
2021-12-23 19:48:36 +01:00
3 changed files with 28 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 17, 0)
spack_version_info = (0, 17, 1)
#: String containing Spack version joined with .'s
spack_version = '.'.join(str(v) for v in spack_version_info)