Skip to content

Commit

Permalink
Release: 3.2.0 (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas authored Feb 13, 2023
1 parent de18c3c commit 9c484f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prowler/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
maintainers = [
{ name = "Sergio Garcia", email = "[email protected]" },
Expand Down

0 comments on commit 9c484f6

Please sign in to comment.