From 8c37ed4534414d99501a91e64e40718e271ff8a2 Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Fri, 21 Feb 2025 10:54:12 -0800 Subject: [PATCH] Set version to 0.22.5 --- CHANGELOG.md | 5 ++++- lib/spack/spack/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b6344cff1..40a6812ce39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# v0.22.4 (2025-02-18) +# v0.22.5 (2025-02-21) ## Bugfixes - Continue to mark non-roots as implicitly installed on partial env installs (#47183) +## Notes +- v0.22.4 is skipped to do an error in the release process + # v0.22.3 (2024-11-18) ## Bugfixes diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py index 4ffce17bdb6..d59b91c7c27 100644 --- a/lib/spack/spack/__init__.py +++ b/lib/spack/spack/__init__.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: (Apache-2.0 OR MIT) #: PEP440 canonical ... string -__version__ = "0.22.4" +__version__ = "0.22.5" spack_version = __version__