Skip to content

Commit 81149e7

Browse files
author
Alexandru Salajan
committed
[RELEASE] - Release version 2.2.1
1 parent 5c47f33 commit 81149e7

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.2.0
2+
current_version = 2.2.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

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

154-
# install ops-cli v2.2.0 stable release
154+
# install ops-cli v2.2.1 stable release
155155
pip install --upgrade ops-cli
156156
```
157157

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

168168
To start out a container, running the latest `ops-cli` docker image run:
169169
```sh
170-
docker run -it ghcr.io/adobe/ops-cli:2.2.0 bash
170+
docker run -it ghcr.io/adobe/ops-cli:2.2.1 bash
171171
```
172172

173173
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.2.0',
26+
version='2.2.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)