File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
14
14
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
15
15
16
16
## [ 0.0.x] ( https://github.com/singularityhub/singularity-hpc/tree/main ) (0.0.x)
17
+ - add support for TCL and LMOD default version, multiple variants (0.0.5)
17
18
- refactor to "add" to generate a container.yaml first (0.0.49)
18
19
- Properly cleanup empty module directories, and asking to remove a container that doesn't exist now logs a _ warning_ (0.0.48)
19
20
- wrapper script generation permissions error (0.0.47)
Original file line number Diff line number Diff line change 2
2
__copyright__ = "Copyright 2021-2022, Vanessa Sochat"
3
3
__license__ = "MPL 2.0"
4
4
5
- __version__ = "0.0.49 "
5
+ __version__ = "0.0.5 "
6
6
AUTHOR = "Vanessa Sochat"
7
7
NAME = "singularity-hpc"
8
8
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"
You can’t perform that action at this time.
0 commit comments