Skip to content

Commit 1efcee1

Browse files
committed
[RELEASE] - Release version 2.0.3
1 parent 2d354b6 commit 1efcee1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ workon ops
150150
# uninstall previous `ops` version (if you have it)
151151
pip uninstall ops --yes
152152

153-
# install ops-cli v2.0.2 stable release
153+
# install ops-cli v2.0.3 stable release
154154
pip install --upgrade ops-cli
155155
```
156156

@@ -166,7 +166,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr
166166

167167
To start out a container, running the latest `ops-cli` docker image run:
168168
```sh
169-
docker run -it adobe/ops-cli:2.0.2 bash
169+
docker run -it adobe/ops-cli:2.0.3 bash
170170
```
171171

172172
After the container has started, you can start using `ops-cli`:

build_scripts/docker_push.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
5-
docker tag ops adobe/ops-cli:2.0.2
6-
docker push adobe/ops-cli:2.0.2
5+
docker tag ops adobe/ops-cli:2.0.3
6+
docker push adobe/ops-cli:2.0.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_requires = [r for r in open(os.path.sep.join((_mydir, 'requirements.txt')), "r").read().split('\n') if len(r) > 1]
2424
setup(
2525
name='ops-cli',
26-
version='2.0.2',
26+
version='2.0.3',
2727
description='Ops - wrapper for Terraform, Ansible, and SSH for cloud automation',
2828
long_description=_readme + '\n\n',
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)