Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Jun 5, 2019
1 parent c196472 commit 09d5f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The client here will eventually be released as "spython" (and eventually to
singularity on pypi), and the versions here will coincide with these releases.

## [master](https://github.com/singularityhub/singularity-cli/tree/master)
- fixing bug that inspect does not honor quiet (0.0.65)
- refactor recipe parsers, writers, and base (0.0.64)
- paths for files, add, copy, will not be expanded as it adds hardcoded paths
- oci state fixes and added Client.version_info() (0.0.63)
Expand Down
2 changes: 1 addition & 1 deletion spython/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# with this file, You can obtain one at http://mozilla.org/MPL/2.0/.


__version__ = "0.0.64"
__version__ = "0.0.65"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = 'vsochat@stanford.edu'
NAME = 'spython'
Expand Down

0 comments on commit 09d5f0f

Please sign in to comment.