Set version to 0.22.5
This commit is contained in:
parent
1f55b59171
commit
8c37ed4534
@ -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
|
||||||
|
@ -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__
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user