Skip to content

Commit f7d9aeb

Browse files
authored
chore(api): Bump version to v1.25.4 (#10856)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
1 parent fd2ec5e commit f7d9aeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ name = "prowler-api"
5050
package-mode = false
5151
# Needed for the SDK compatibility
5252
requires-python = ">=3.11,<3.13"
53-
version = "1.25.3"
53+
version = "1.25.4"
5454

5555
[project.scripts]
5656
celery = "src.backend.config.settings.celery"

api/src/backend/api/specs/v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Prowler API
4-
version: 1.25.3
4+
version: 1.25.4
55
description: |-
66
Prowler API specification.
77

api/src/backend/api/v1/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ class SchemaView(SpectacularAPIView):
417417

418418
def get(self, request, *args, **kwargs):
419419
spectacular_settings.TITLE = "Prowler API"
420-
spectacular_settings.VERSION = "1.25.3"
420+
spectacular_settings.VERSION = "1.25.4"
421421
spectacular_settings.DESCRIPTION = (
422422
"Prowler API specification.\n\nThis file is auto-generated."
423423
)

0 commit comments

Comments
 (0)