Skip to content

Commit 115307b

Browse files
committed
Bump api server version
1 parent 609f70a commit 115307b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/api-server/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "osparc.io public API",
55
"description": "osparc-simcore public API specifications",
6-
"version": "0.12.0"
6+
"version": "0.13.0"
77
},
88
"paths": {
99
"/v0/meta": {

services/api-server/src/simcore_service_api_server/api/routes/function_jobs_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
JOB_LIST_FILTER_PAGE_RELEASE_VERSION = "0.11.0"
5454
JOB_LOG_RELEASE_VERSION = "0.11.0"
5555

56-
WITH_STATUS_RELEASE_VERSION = "0.12.0"
56+
WITH_STATUS_RELEASE_VERSION = "0.13.0"
5757

5858
function_job_router = APIRouter()
5959

0 commit comments

Comments
 (0)