Skip to content

Commit 8acb6fb

Browse files
committed
[RELEASE] - Release version 1.11.1
1 parent dd580b4 commit 8acb6fb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.11.0
2+
current_version = 1.11.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ workon ops
9797
# uninstall previous `ops` version (if you have it)
9898
pip uninstall ops --yes
9999

100-
# install ops-cli v1.11.0 stable release
100+
# install ops-cli v1.11.1 stable release
101101
pip install --upgrade ops-cli
102102
```
103103

@@ -116,7 +116,7 @@ source ops/bin/activate
116116
# uninstall previous `ops` version (if you have it)
117117
pip uninstall ops --yes
118118

119-
# install ops-cli v1.11.0 stable release
119+
# install ops-cli v1.11.1 stable release
120120
pip2 install --upgrade ops-cli
121121
```
122122

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

133133
To start out a container, running the latest `ops-cli` docker image run:
134134
```sh
135-
docker run -it adobe/ops-cli:1.11.0 bash
135+
docker run -it adobe/ops-cli:1.11.1 bash
136136
```
137137

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

build_scripts/docker_push.sh

Lines changed: 2 additions & 2 deletions
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:1.11.0
6-
docker push adobe/ops-cli:1.11.0
5+
docker tag ops adobe/ops-cli:1.11.1
6+
docker push adobe/ops-cli:1.11.1

setup.py

Lines changed: 1 addition & 1 deletion
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='1.11.0',
26+
version='1.11.1',
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)