Skip to content

Commit 9888f35

Browse files
committed
bumping version and adding note to changelog
1 parent 5134e75 commit 9888f35

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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+
- remove uri function should only right strip to support relative paths (0.0.39)
21+
- adjusting container build to use correct Github branch (vault/release-2.5)
2022
- adding support and documentation for container instances (0.0.38)
2123
- fixing bug with recipe Dockerfile conversion (0.0.37)
2224
- typo in pypi PACKAGE_URL (0.0.36)

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.38"
21+
__version__ = "0.0.39"
2222
AUTHOR = 'Vanessa Sochat'
2323
AUTHOR_EMAIL = '[email protected]'
2424
NAME = 'spython'

0 commit comments

Comments
 (0)