Set version to 0.22.4
This commit is contained in:
parent
6a46a1c27d
commit
1f55b59171
@ -1,3 +1,8 @@
|
||||
# v0.22.4 (2025-02-18)
|
||||
|
||||
## Bugfixes
|
||||
- Continue to mark non-roots as implicitly installed on partial env installs (#47183)
|
||||
|
||||
# v0.22.3 (2024-11-18)
|
||||
|
||||
## Bugfixes
|
||||
|
@ -4,7 +4,7 @@
|
||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||
|
||||
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
|
||||
__version__ = "0.22.4.dev0"
|
||||
__version__ = "0.22.4"
|
||||
spack_version = __version__
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user