Set version to 0.22.5

This commit is contained in:
Gregory Becker 2025-02-21 10:54:12 -08:00 committed by Greg Becker
parent 1f55b59171
commit 8c37ed4534
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
# v0.22.4 (2025-02-18) # v0.22.5 (2025-02-21)
## Bugfixes ## Bugfixes
- Continue to mark non-roots as implicitly installed on partial env installs (#47183) - 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) # v0.22.3 (2024-11-18)
## Bugfixes ## Bugfixes

View File

@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT) # SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string #: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__ = "0.22.4" __version__ = "0.22.5"
spack_version = __version__ spack_version = __version__