diff --git a/README.md b/README.md index 1b5fee2..e196da5 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ pip2 install -U virtualenv virtualenv ops source ops/bin/activate -# install opswrapper v0.21 stable release -pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.21/ops-0.21.tar.gz +# install opswrapper v0.22 stable release +pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.22/ops-0.22.tar.gz # Optionally, install terraform to be able to access terraform plugin # See https://www.terraform.io/intro/getting-started/install.html diff --git a/requirements.txt b/requirements.txt index fdc981e..e6ce094 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ simpledi>=0.2 awscli==1.16.96 -ansible==2.2.1.0 +ansible==2.3.1.0 boto3==1.7.4 boto==2.49.0 azure-common==1.1.4 diff --git a/setup.py b/setup.py index 55eb5ec..dda6850 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ _requires = [ r for r in open(os.path.sep.join((_mydir,'requirements.txt')), "r").read().split('\n') if len(r)>1 ] setup( name='ops', - version='0.21', + version='0.22', description='Ops simple wrapper', author='Adobe', author_email='noreply@adobe.com',