Skip to content

Commit d0e7ffe

Browse files
committed
[RELEASE] - Release version 2.1.5
1 parent c484ae4 commit d0e7ffe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.4
2+
current_version = 2.1.5
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.1.4 stable release
153+
# install ops-cli v2.1.5 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 ghcr.io/adobe/ops-cli:2.1.4 bash
169+
docker run -it ghcr.io/adobe/ops-cli:2.1.5 bash
170170
```
171171

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

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.1.4',
26+
version='2.1.5',
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)