Skip to content

Commit

Permalink
🍱 [#4033] Update API version and re-generate API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Mar 21, 2024
1 parent 56aa479 commit 99a54d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Open Forms API
version: 2.6.0-alpha.0
version: 2.6.0
description: |2
Open Forms provides an API to manage multi-page or multi-step forms.
Expand Down
2 changes: 1 addition & 1 deletion src/openforms/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
and it plays nice with other available components.
"""

API_VERSION = "2.6.0-alpha.0"
API_VERSION = "2.6.0"

SPECTACULAR_SETTINGS = {
"SCHEMA_PATH_PREFIX": "/api/v2",
Expand Down

0 comments on commit 99a54d0

Please sign in to comment.