From 7cc2f7080e3bbbac6ad8d0132d5bcfda8bee21c3 Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Wed, 20 Sep 2023 17:09:29 +0200 Subject: [PATCH] :bookmark: Bump patch version of API spec --- src/openapi.yaml | 2 +- src/openforms/conf/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openapi.yaml b/src/openapi.yaml index 6dfd38e87e..626b3464fa 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Open Forms API - version: 2.2.0 + version: 2.2.1 description: |2 Open Forms provides an API to manage multi-page or multi-step forms. diff --git a/src/openforms/conf/base.py b/src/openforms/conf/base.py index 6921b518a9..dc31d81405 100644 --- a/src/openforms/conf/base.py +++ b/src/openforms/conf/base.py @@ -882,7 +882,7 @@ and it plays nice with other available components. """ -API_VERSION = "2.2.0" +API_VERSION = "2.2.1" SPECTACULAR_SETTINGS = { "SCHEMA_PATH_PREFIX": "/api/v2",