From a4f1737d5f338d7a5a4292fdc2694d274d7b3f3e Mon Sep 17 00:00:00 2001 From: Sergei Maertens Date: Wed, 20 Sep 2023 17:08:59 +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 8728a812d8..6141ca09fd 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Open Forms API - version: 2.3.0 + version: 2.3.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 f657c0a462..c32535b596 100644 --- a/src/openforms/conf/base.py +++ b/src/openforms/conf/base.py @@ -875,7 +875,7 @@ and it plays nice with other available components. """ -API_VERSION = "2.3.0" +API_VERSION = "2.3.1" SPECTACULAR_SETTINGS = { "SCHEMA_PATH_PREFIX": "/api/v2",