Skip to content

Commit 9cc5513

Browse files
authored
chore(release): Bump version to v5.21.2 (#10405)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
1 parent 0bc3f69 commit 9cc5513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prowler/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __eq__(self, other) -> bool:
3838

3939
timestamp = _MutableTimestamp(datetime.today())
4040
timestamp_utc = _MutableTimestamp(datetime.now(timezone.utc))
41-
prowler_version = "5.21.1"
41+
prowler_version = "5.21.2"
4242
html_logo_url = "https://github.com/prowler-cloud/prowler/"
4343
square_logo_img = "https://raw.githubusercontent.com/prowler-cloud/prowler/dc7d2d5aeb92fdf12e8604f42ef6472cd3e8e889/docs/img/prowler-logo-black.png"
4444
aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ maintainers = [{name = "Prowler Engineering", email = "engineering@prowler.com"}
9494
name = "prowler"
9595
readme = "README.md"
9696
requires-python = ">3.9.1,<3.13"
97-
version = "5.21.1"
97+
version = "5.21.2"
9898

9999
[project.scripts]
100100
prowler = "prowler.__main__:prowler"

0 commit comments

Comments
 (0)