Skip to content

Commit

Permalink
updating to 0.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Aug 15, 2018
1 parent b066f37 commit c36b8b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and **Merged pull requests**. Critical items to know are:
The versions coincide with releases on pip. Only major versions will be released as tags on Github.

## [0.0.x](https://github.com/singularityhub/sregistry-cli/tree/master) (0.0.x)
- adding rpm spec file, sregistry.cli.spec (0.0.90)
- adding rpm spec file, sregistry.cli.spec (0.0.90,0.0.91)
- image URI tag should not be changed to lowercase (0.0.89)
- adding chunked upload to chunk uploads to Singularity Registry (0.0.88)
- fixing shell client bug (0.0.87)
Expand Down
4 changes: 2 additions & 2 deletions sregistry-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# credit for work goes to the amazing @griznog, John Hanks
#
Name: sregistry-cli
Version: 0.0.90
Version: 0.0.91
Release: 0
Url: http://www.github.com/singularityhub/sregistry-cli
Summary: Command line tool for working with container storage
License: LICENSE (FIXME:No SPDX)
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/s/sregistry/sregistry-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %{_tmppath}/%{version}-build
BuildRequires: python-devel
%description
# Singularity Global Client
Expand Down
2 changes: 1 addition & 1 deletion sregistry/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'''

__version__ = "0.0.90"
__version__ = "0.0.91"
AUTHOR = 'Vanessa Sochat'
AUTHOR_EMAIL = '[email protected]'
NAME = 'sregistry'
Expand Down

0 comments on commit c36b8b9

Please sign in to comment.