Skip to content

Commit 9290656

Browse files
committed
chore(api): update api version
1 parent 721220d commit 9290656

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "prowler-api"
3939
package-mode = false
4040
# Needed for the SDK compatibility
4141
requires-python = ">=3.11,<3.13"
42-
version = "1.13.1"
42+
version = "1.13.2"
4343

4444
[project.scripts]
4545
celery = "src.backend.config.settings.celery"

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

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

301301
def get(self, request, *args, **kwargs):
302302
spectacular_settings.TITLE = "Prowler API"
303-
spectacular_settings.VERSION = "1.13.1"
303+
spectacular_settings.VERSION = "1.13.2"
304304
spectacular_settings.DESCRIPTION = (
305305
"Prowler API specification.\n\nThis file is auto-generated."
306306
)

0 commit comments

Comments
 (0)