chore(release): new version 3.1.2 (#1779)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2023-01-26 12:44:43 +01:00
committed by GitHub
parent e633664c2a
commit 0830ad268f
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.1"
prowler_version = "3.1.2"
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.1"
version = "3.1.2"
authors = [{ name = "Toni de la Fuente", email = "toni@blyx.com" }]
maintainers = [
{ name = "Sergio Garcia", email = "sergio@verica.io" },