chore(api): update versions

This commit is contained in:
César Arroba
2025-08-14 11:58:34 +02:00
parent 8c5fc108c4
commit a872dff507
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ name = "prowler-api"
package-mode = false
# Needed for the SDK compatibility
requires-python = ">=3.11,<3.13"
version = "1.11.1"
version = "1.11.2"
[project.scripts]
celery = "src.backend.config.settings.celery"
+1 -1
View File
@@ -293,7 +293,7 @@ class SchemaView(SpectacularAPIView):
def get(self, request, *args, **kwargs):
spectacular_settings.TITLE = "Prowler API"
spectacular_settings.VERSION = "1.11.1"
spectacular_settings.VERSION = "1.11.2"
spectacular_settings.DESCRIPTION = (
"Prowler API specification.\n\nThis file is auto-generated."
)