Skip to content

Commit 02fea7d

Browse files
author
Alexandru Salajan
committed
[RELEASE] - Release version 2.2.0
1 parent c6b06b5 commit 02fea7d

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.7
2+
current_version = 2.2.0
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.7 stable release
153+
# install ops-cli v2.2.0 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.7 bash
169+
docker run -it ghcr.io/adobe/ops-cli:2.2.0 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.7',
26+
version='2.2.0',
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)