Skip to content

Commit 197cad5

Browse files
committed
Change version to 1.1.1
1 parent 2ca2972 commit 197cad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ info:
377377
name: Apache 2.0
378378
url: https://www.apache.org/licenses/LICENSE-2.0.html
379379
title: BlueAPI Control
380-
version: 2.0.0
380+
version: 1.1.1
381381
openapi: 3.1.0
382382
paths:
383383
/config/oidc:

src/blueapi/service/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
from .runner import WorkerDispatcher
5858

5959
#: API version to publish in OpenAPI schema
60-
REST_API_VERSION = "2.0.0"
60+
REST_API_VERSION = "1.1.1"
6161

6262
LICENSE_INFO: dict[str, str] = {
6363
"name": "Apache 2.0",

0 commit comments

Comments
 (0)