Skip to content

Commit 0357c05

Browse files
author
Caroline Stere
committed
[RELEASE] - Release version 0.24
1 parent 1ea3448 commit 0357c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ pip2 install -U virtualenv
8383
virtualenv ops
8484
source ops/bin/activate
8585

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

8989
# Optionally, install terraform to be able to access terraform plugin
9090
# See https://www.terraform.io/intro/getting-started/install.html

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
_requires = [ r for r in open(os.path.sep.join((_mydir,'requirements.txt')), "r").read().split('\n') if len(r)>1 ]
1717
setup(
1818
name='ops',
19-
version='0.23',
19+
version='0.24',
2020
description='Ops simple wrapper',
2121
author='Adobe',
2222
author_email='[email protected]',

0 commit comments

Comments
 (0)