Skip to content

Commit ec3e46f

Browse files
pin
1 parent c6b4cca commit ec3e46f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

services/api-server/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.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.7.0"
6+
"version": "0.8.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.7.0
2+
current_version = 0.8.0
33
commit = True
44
message = services/api-server version: {current_version} → {new_version}
55
tag = False
@@ -10,12 +10,12 @@ commit_args = --no-verify
1010
[tool:pytest]
1111
asyncio_mode = auto
1212
addopts = --strict-markers
13-
markers =
13+
markers =
1414
slow: marks tests as slow (deselect with '-m "not slow"')
1515
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1616
testit: "marks test to run during development"
1717

1818
[mypy]
19-
plugins =
19+
plugins =
2020
pydantic.mypy
2121
sqlalchemy.ext.mypy.plugin

0 commit comments

Comments
 (0)