Skip to content

Commit 978661d

Browse files
committed
restorce version increase
1 parent 4c32f83 commit 978661d

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

services/api-server/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1
1+
0.13.0

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.13.1"
6+
"version": "0.13.0"
77
},
88
"paths": {
99
"/v0/meta": {

services/api-server/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.13.1
2+
current_version = 0.13.0
33
commit = True
44
message = services/api-server version: {current_version} → {new_version}
55
tag = False
@@ -11,12 +11,12 @@ commit_args = --no-verify
1111
asyncio_mode = auto
1212
asyncio_default_fixture_loop_scope = function
1313
addopts = --strict-markers
14-
markers =
14+
markers =
1515
slow: marks tests as slow (deselect with '-m "not slow"')
1616
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1717
testit: "marks test to run during development"
1818

1919
[mypy]
20-
plugins =
20+
plugins =
2121
pydantic.mypy
2222
sqlalchemy.ext.mypy.plugin

services/web/server/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.77.1
1+
0.77.0

services/web/server/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.77.1
2+
current_version = 0.77.0
33
commit = True
44
message = services/webserver api version: {current_version} → {new_version}
55
tag = False
@@ -13,13 +13,13 @@ commit_args = --no-verify
1313
addopts = --strict-markers
1414
asyncio_mode = auto
1515
asyncio_default_fixture_loop_scope = function
16-
markers =
16+
markers =
1717
slow: marks tests as slow (deselect with '-m "not slow"')
1818
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1919
testit: "marks test to run during development"
2020
heavy_load: "mark tests that require large amount of data"
2121

2222
[mypy]
23-
plugins =
23+
plugins =
2424
pydantic.mypy
2525
sqlalchemy.ext.mypy.plugin

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: simcore-service-webserver
44
description: Main service with an interface (http-API & websockets) to the web front-end
5-
version: 0.77.1
5+
version: 0.77.0
66
servers:
77
- url: ''
88
description: webserver
@@ -18361,8 +18361,6 @@ components:
1836118361
invitedBy:
1836218362
anyOf:
1836318363
- type: string
18364-
maxLength: 100
18365-
minLength: 1
1836618364
- type: 'null'
1836718365
title: Invitedby
1836818366
accountRequestStatus:
@@ -18371,9 +18369,9 @@ components:
1837118369
- type: 'null'
1837218370
accountRequestReviewedBy:
1837318371
anyOf:
18374-
- type: string
18375-
maxLength: 100
18376-
minLength: 1
18372+
- type: integer
18373+
exclusiveMinimum: true
18374+
minimum: 0
1837718375
- type: 'null'
1837818376
title: Accountrequestreviewedby
1837918377
accountRequestReviewedAt:

0 commit comments

Comments
 (0)