Skip to content

Commit

Permalink
[RELEASE] - Release version 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Caroline Stere committed Feb 8, 2019
1 parent 1ea3448 commit 0357c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ pip2 install -U virtualenv
virtualenv ops
source ops/bin/activate

# install opswrapper v0.23 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.23/ops-0.23.tar.gz
# install opswrapper v0.24 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.24/ops-0.24.tar.gz

# Optionally, install terraform to be able to access terraform plugin
# See https://www.terraform.io/intro/getting-started/install.html
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.23',
version='0.24',
description='Ops simple wrapper',
author='Adobe',
author_email='noreply@adobe.com',
Expand Down

0 comments on commit 0357c05

Please sign in to comment.