Skip to content

Commit 0ec6220

Browse files
committed
fix: changelog and version
1 parent 7dfdfcd commit 0ec6220

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
@@ -17,6 +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+
- make curl requests failsafe against redirects, improved error on fail (0.3.15)
2021
- add stream_type to 'run' command like in 'exec' (0.3.14)
2122
- do not modify user provided instance name when generating new instance (0.3.13)
2223
- bug with instance.run_command (0.3.12)

spython/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77

8-
__version__ = "0.3.14"
8+
__version__ = "0.3.15"
99
AUTHOR = "Vanessa Sochat"
1010
AUTHOR_EMAIL = "[email protected]"
1111
NAME = "spython"

0 commit comments

Comments
 (0)