Skip to content

Commit 01b5501

Browse files
authored
chore(api): Bump version to v1.21.1 (#10327)
Co-authored-by: prowler-bot <179230569+prowler-bot@users.noreply.github.com>
1 parent 21ccb9a commit 01b5501

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ name = "prowler-api"
4949
package-mode = false
5050
# Needed for the SDK compatibility
5151
requires-python = ">=3.11,<3.13"
52-
version = "1.21.0"
52+
version = "1.21.1"
5353

5454
[project.scripts]
5555
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.21.0
4+
version: 1.21.1
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
@@ -408,7 +408,7 @@ class SchemaView(SpectacularAPIView):
408408

409409
def get(self, request, *args, **kwargs):
410410
spectacular_settings.TITLE = "Prowler API"
411-
spectacular_settings.VERSION = "1.21.0"
411+
spectacular_settings.VERSION = "1.21.1"
412412
spectacular_settings.DESCRIPTION = (
413413
"Prowler API specification.\n\nThis file is auto-generated."
414414
)

0 commit comments

Comments
 (0)