diff --git a/api/pyproject.toml b/api/pyproject.toml index 0b27e619ca..ee73fdbf8e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -39,7 +39,7 @@ name = "prowler-api" package-mode = false # Needed for the SDK compatibility requires-python = ">=3.11,<3.13" -version = "1.13.1" +version = "1.13.2" [project.scripts] celery = "src.backend.config.settings.celery" diff --git a/api/src/backend/api/v1/views.py b/api/src/backend/api/v1/views.py index 318a064524..643f8ad270 100644 --- a/api/src/backend/api/v1/views.py +++ b/api/src/backend/api/v1/views.py @@ -300,7 +300,7 @@ class SchemaView(SpectacularAPIView): def get(self, request, *args, **kwargs): spectacular_settings.TITLE = "Prowler API" - spectacular_settings.VERSION = "1.13.1" + spectacular_settings.VERSION = "1.13.2" spectacular_settings.DESCRIPTION = ( "Prowler API specification.\n\nThis file is auto-generated." )