Skip to content

Commit 874cdd2

Browse files
committed
ci: and changelog, version
Signed-off-by: vsoch <[email protected]>
1 parent d146390 commit 874cdd2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shpc test core
22

33
on:
4-
pull_request: []
4+
pull_request: {}
55

66
jobs:
77
test:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: shpc test modules
22

33
on:
4-
pull_request: []
4+
pull_request: {}
55

66
jobs:
77
test:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are:
1414
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
1515

1616
## [0.0.x](https://github.com/singularityhub/singularity-hpc/tree/main) (0.0.x)
17+
- Use unsetenv command for modulefiles (0.1.33)
1718
- Reverted 0.1.31. Added an option (`singularity_path`) to control the path to the Singularity executable (0.1.32)
1819
- \[Abandoned\] Adding in version_naming feature (0.1.31)
1920
- Fix `module-info shell` Tcl test for Lmod<=8.7.55 (0.1.30)

shpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "Copyright 2021-2025, Vanessa Sochat"
33
__license__ = "MPL 2.0"
44

5-
__version__ = "0.1.32"
5+
__version__ = "0.1.33"
66
AUTHOR = "Vanessa Sochat"
77
88
NAME = "singularity-hpc"

0 commit comments

Comments
 (0)