Skip to content

Commit

Permalink
[RELEASE] - Release version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Salajan committed Oct 12, 2023
1 parent 5c47f33 commit 81149e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.2.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ workon ops
# uninstall previous `ops` version (if you have it)
pip uninstall ops --yes

# install ops-cli v2.2.0 stable release
# install ops-cli v2.2.1 stable release
pip install --upgrade ops-cli
```

Expand All @@ -167,7 +167,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 ghcr.io/adobe/ops-cli:2.2.0 bash
docker run -it ghcr.io/adobe/ops-cli:2.2.1 bash
```

After the container has started, you can start using `ops-cli`:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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='2.2.0',
version='2.2.1',
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 81149e7

Please sign in to comment.