From fd912b2c18cc33fa69637374fabc888cb501e330 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Apr 2024 08:52:09 +0000 Subject: [PATCH] chore(release): 3.16.0 --- prowler/config/config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prowler/config/config.py b/prowler/config/config.py index d227324e046..6000aab44e3 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -11,7 +11,7 @@ timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.15.3" +prowler_version = "3.16.0" html_logo_url = "https://github.com/prowler-cloud/prowler/" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" diff --git a/pyproject.toml b/pyproject.toml index 0a3a085bdf9..bb8fe023ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ packages = [ {include = "prowler"} ] readme = "README.md" -version = "3.15.3" +version = "3.16.0" [tool.poetry.dependencies] alive-progress = "3.1.5"