Skip to content

Commit 5d0ab45

Browse files
committed
version bump
Signed-off-by: vsoch <[email protected]>
1 parent 3b164e0 commit 5d0ab45

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+
- Wrappers now supported for shell/exec/run container commands (0.1.12)
1718
- Update add to return container yaml (0.1.11)
1819
- Fixing bug with writing package file in update (0.1.1)
1920
- Add support for remote registry and sync commands --all (0.1.0)

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

0 commit comments

Comments
 (0)