Skip to content

Commit 2028b0b

Browse files
committed
Bumped the version number and updated the changelog
1 parent 8861da6 commit 2028b0b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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-
- Added an option (`singularity_path`) to control the path to the Singularity executable (0.1.31)
17+
- Reverted 0.1.31. Added an option (`singularity_path`) to control the path to the Singularity executable (0.1.32)
18+
- \[Abandoned\] Adding in version_naming feature (0.1.31)
1819
- Fix `module-info shell` Tcl test for Lmod<=8.7.55 (0.1.30)
1920
- Allow import of LooseVersion from packaging (bug) (0.1.29)
2021
- use quay.io api to list tags since does not conform to oci (0.1.28)

shpc/version.py

+1-1
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.31"
5+
__version__ = "0.1.32"
66
AUTHOR = "Vanessa Sochat"
77
88
NAME = "singularity-hpc"

0 commit comments

Comments
 (0)