Skip to content

Commit

Permalink
docs: update to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFernandezSnyk committed Sep 22, 2023
1 parent ff47346 commit 1d9f524
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snyk-tags"
version = "2.2.0"
version = "2.2.1"
description = "CLI tool designed to manage tags and attributes at scale"
authors = ["EricFernandezSnyk <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion snyk_tags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# snyk_tags/__init__.py

__app_name__ = "snyk_tags"
__version__ = "2.2.0"
__version__ = "2.2.1"

from logging import ERROR
from sre_constants import SUCCESS
Expand Down
1 change: 0 additions & 1 deletion snyk_tags/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def remove_tags_from_projects(
key=key,
tenant=tenant,
project_name=project["attributes"]["name"],
tenant=tenant,
)
else:
isname = 1
Expand Down

0 comments on commit 1d9f524

Please sign in to comment.