Skip to content

Commit

Permalink
[RELEASE] - Release version 0.31
Browse files Browse the repository at this point in the history
Signed-off-by: Constantin Muraru <costimuraru@gmail.com>
  • Loading branch information
costimuraru committed Jul 8, 2019
1 parent 9fcc4ff commit 114ea56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30
current_version = 0.31
commit = True
tag = True
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
branches:
only:
- master
- /\d+\.\d+/

env:
- BOTO_CONFIG=/dev/null
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ pip2 install -U virtualenv
virtualenv ops
source ops/bin/activate

# install opswrapper v0.30 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.30/ops-0.30.tar.gz
# install opswrapper v0.31 stable release
pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.31/ops-0.31.tar.gz

# Optionally, install terraform to be able to access terraform plugin
# See https://www.terraform.io/intro/getting-started/install.html
Expand All @@ -99,7 +99,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr

To start out a container, running the latest `ops-cli` docker image run:
```sh
docker run -it adobe/ops-cli:0.30 bash
docker run -it adobe/ops-cli:0.31 bash
```

After the container has started, you can start using `ops-cli`:
Expand Down
4 changes: 2 additions & 2 deletions build_scripts/docker_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -e

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker tag ops adobe/ops-cli:0.30
docker push adobe/ops-cli:0.30
docker tag ops adobe/ops-cli:0.31
docker push adobe/ops-cli:0.31
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.30',
version='0.31',
description='Ops simple wrapper',
author='Adobe',
author_email='noreply@adobe.com',
Expand Down

0 comments on commit 114ea56

Please sign in to comment.