Skip to content

Commit 3280d5e

Browse files
committed
bumping version
1 parent f40a940 commit 3280d5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The client here will eventually be released as "spython" (and eventually to
1717
singularity on pypi), and the versions here will coincide with these releases.
1818

1919
## [master](https://github.com/singularityhub/singularity-cli/tree/master)
20-
- Dockerfile from "as level" removed (0.0.26)
20+
- Dockerfile from "as level" removed (0.0.28)
2121
- fixed ENV parser to handle statements like A=B C=D
2222
- adding ability to stream command executed to console (0.0.25)
2323
- fixing import bug with recipe parsers in python 2.7 (0.0.24)

spython/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020

21-
__version__ = "0.0.26"
21+
__version__ = "0.0.28"
2222
AUTHOR = 'Vanessa Sochat'
2323
AUTHOR_EMAIL = '[email protected]'
2424
NAME = 'spython'

0 commit comments

Comments
 (0)