Bump version and update CHANGELOG.md

This commit is contained in:
Massimiliano Culpo
2021-12-23 13:56:58 +01:00
parent 8e659f512e
commit 69b8cddb1b
2 changed files with 26 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)