Skip to content

Commit

Permalink
[RELEASE] - Release version 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
costimuraru committed Nov 12, 2019
1 parent 53aa3f1 commit 69b6409
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.12.1
current_version = 1.12.2
commit = True
tag = True
tag_name = {new_version}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -142,7 +142,7 @@ workon ops
# uninstall previous `ops` version (if you have it)
pip uninstall ops --yes

# install ops-cli v1.12.1 stable release
# install ops-cli v1.12.2 stable release
pip install --upgrade ops-cli
```

Expand All @@ -161,7 +161,7 @@ source ops/bin/activate
# uninstall previous `ops` version (if you have it)
pip uninstall ops --yes

# install ops-cli v1.12.1 stable release
# install ops-cli v1.12.2 stable release
pip2 install --upgrade ops-cli
```

Expand All @@ -177,7 +177,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:1.12.1 bash
docker run -it adobe/ops-cli:1.12.2 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
Expand Up @@ -2,5 +2,5 @@
set -e

echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker tag ops adobe/ops-cli:1.12.1
docker push adobe/ops-cli:1.12.1
docker tag ops adobe/ops-cli:1.12.2
docker push adobe/ops-cli:1.12.2
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,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-cli',
version='1.12.1',
version='1.12.2',
description='Ops - wrapper for Terraform, Ansible, and SSH for cloud automation',
long_description=_readme + '\n\n',
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 69b6409

Please sign in to comment.