Release: 3.2.0 (#1894)

This commit is contained in:
Pepe Fagoaga
2023-02-13 15:42:57 +01:00
committed by GitHub
parent de18c3c722
commit 9c484f6a78
2 changed files with 2 additions and 2 deletions

View File

@@ -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.1.4"
prowler_version = "3.2.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"

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "prowler-cloud"
# https://peps.python.org/pep-0440/
version = "3.1.4"
version = "3.2.0"
authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }]
maintainers = [
{ name = "Sergio Garcia", email = "sergio@verica.io" },