We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439ae6b commit 7b430f5Copy full SHA for 7b430f5
CHANGELOG.md
@@ -17,6 +17,7 @@ The client here will eventually be released as "spython" (and eventually to
17
singularity on pypi), and the versions here will coincide with these releases.
18
19
## [master](https://github.com/singularityhub/singularity-cli/tree/master)
20
+ - typo in pypi PACKAGE_URL (0.0.36)
21
- respecting Client "quiet" attribute in run_command (0.0.34/0.0.35)
22
- adding missing import of tempfile in image.export (0.0.33)
23
- bug with Client.version() (0.0.32)
spython/version.py
@@ -18,7 +18,7 @@
-__version__ = "0.0.35"
+__version__ = "0.0.36"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = '[email protected]'
24
NAME = 'spython'
0 commit comments