From 70c6d6e7aeb79adb066f1acfabe70a2476d30b8c Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:15:07 +0100 Subject: [PATCH] release: 3.1.0 (#1722) Co-authored-by: sergargar --- 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 faa5bf15..733196f5 100644 --- a/prowler/config/config.py +++ b/prowler/config/config.py @@ -9,7 +9,7 @@ from prowler.lib.logger import logger timestamp = datetime.today() timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) -prowler_version = "3.0.2" +prowler_version = "3.1.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" diff --git a/pyproject.toml b/pyproject.toml index 385aa0ee..75e16a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "prowler-cloud" # https://peps.python.org/pep-0440/ -version = "3.0.2" +version = "3.1.0" authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }] maintainers = [ { name = "Sergio Garcia", email = "sergio@verica.io" },