Compare commits

...

1 Commits

Author SHA1 Message Date
Sergio Garcia
e83a135742 release version 2023-02-21 17:01:24 +01:00
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.2.0"
prowler_version = "3.2.1"
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.2.0"
version = "3.2.1"
authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }]
maintainers = [
{ name = "Sergio Garcia", email = "sergio@verica.io" },