Skip to content

Commit 85dde69

Browse files
committed
version bump
Signed-off-by: vsoch <[email protected]>
1 parent c335396 commit 85dde69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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+
- `SINGULARITY_CONTAINER` and `PODMAN_CONTAINER` support (0.0.55)
1718
- support for views create, delete, edit, install, uninstall (0.0.54)
1819
- also including cleanup of module in views on uninstall
1920
- ability to set custom config variable on the fly with -c

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-2022, Vanessa Sochat"
33
__license__ = "MPL 2.0"
44

5-
__version__ = "0.0.54"
5+
__version__ = "0.0.55"
66
AUTHOR = "Vanessa Sochat"
77
NAME = "singularity-hpc"
88
PACKAGE_URL = "https://github.com/singularityhub/singularity-hpc"

0 commit comments

Comments
 (0)