From f93b36e16237fc27f2ff9ef04942d4067525b2a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 May 2024 18:29:20 +0000 Subject: [PATCH] chore(release): 4.2.1 --- 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 ea49bea6160..67e223db89c 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 = "4.2.0" +prowler_version = "4.2.1" html_logo_url = "https://github.com/prowler-cloud/prowler/" square_logo_img = "https://prowler.com/wp-content/uploads/logo-html.png" aws_logo = "https://user-images.githubusercontent.com/38561120/235953920-3e3fba08-0795-41dc-b480-9bea57db9f2e.png" diff --git a/pyproject.toml b/pyproject.toml index a2b09c9d972..0057e5cc6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ {include = "dashboard"} ] readme = "README.md" -version = "4.2.0" +version = "4.2.1" [tool.poetry.dependencies] alive-progress = "3.1.5"