Skip to content

Commit 1fb4d4e

Browse files
committed
[RELEASE] - Release version 0.20
1 parent 8ba4915 commit 1fb4d4e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ pip2 install -U virtualenv
7777
virtualenv ops
7878
source ops/bin/activate
7979

80-
# install opswrapper v0.19 stable release
81-
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.19/ops-0.19.tar.gz
80+
# install opswrapper v0.20 stable release
81+
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.20/ops-0.20.tar.gz
8282

8383
# Optionally, install terraform to be able to access terraform plugin
8484
# See https://www.terraform.io/intro/getting-started/install.html
@@ -103,7 +103,7 @@ env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/
103103
git add .
104104
git commit -m "[RELEASE] - Release version 0.x"
105105
git tag -m "[RELEASE] - Release version 0.x" 0.x
106-
git push --tags
106+
git push --follow-tags
107107
```
108108
4. Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli
109109
5. Update version number in `setup.py` to the next development version and commit in master branch and update Installation section in this README.md with the actual version
@@ -117,7 +117,7 @@ git push --tags
117117
git add .
118118
git commit -m "[RELEASE] - Development version 0.x.dev"
119119
git tag -m "[RELEASE] - Development version 0.x.dev" 0.x.dev
120-
git push --tags
120+
git push --follow-tags
121121
```
122122
4. Wait for Travis to build at https://www.travis-ci.com/adobe/ops-cli
123123
It will create a new release: https://github.com/adobe/ops-cli/releases

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.19',
19+
version='0.20',
2020
description='Ops simple wrapper',
2121
author='Adobe',
2222
author_email='[email protected]',

0 commit comments

Comments
 (0)