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 6f31957 commit 7b00f52
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.1.0
version: 2.1.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 @@ -840,7 +840,7 @@
and it plays nice with other available components.
"""

API_VERSION = "2.1.0"
API_VERSION = "2.1.1"

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

0 comments on commit 7b00f52

Please sign in to comment.