chore(release): 3.5.0 (#2346)

This commit is contained in:
Sergio Garcia
2023-05-11 17:42:46 +02:00
committed by GitHub
parent 16628a427e
commit 347f65e089
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from prowler.lib.logger import logger
timestamp = datetime.today() timestamp = datetime.today()
timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc) timestamp_utc = datetime.now(timezone.utc).replace(tzinfo=timezone.utc)
prowler_version = "3.4.1" prowler_version = "3.5.0"
html_logo_url = "https://github.com/prowler-cloud/prowler/" 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" html_logo_img = "https://user-images.githubusercontent.com/3985464/113734260-7ba06900-96fb-11eb-82bc-d4f68a1e2710.png"
square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png" square_logo_img = "https://user-images.githubusercontent.com/38561120/235905862-9ece5bd7-9aa3-4e48-807a-3a9035eb8bfb.png"

View File

@@ -22,7 +22,7 @@ packages = [
{include = "prowler"} {include = "prowler"}
] ]
readme = "README.md" readme = "README.md"
version = "3.4.1" version = "3.5.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
alive-progress = "3.1.1" alive-progress = "3.1.1"