Skip to content

Commit

Permalink
🔖 Bump patch version of API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Sep 20, 2023
1 parent 1872770 commit 6451436
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.0.0
version: 2.0.1
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 @@ -820,7 +820,7 @@
and it plays nice with other available components.
"""

API_VERSION = "2.0.0"
API_VERSION = "2.0.1"

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

0 comments on commit 6451436

Please sign in to comment.