File tree 3 files changed +5
-5
lines changed
src/simcore_service_webserver/api/v0
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 0.59 .0
1
+ 0.60 .0
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.59 .0
2
+ current_version = 0.60 .0
3
3
commit = True
4
4
message = services/webserver api version: {current_version} → {new_version}
5
5
tag = False
@@ -12,13 +12,13 @@ commit_args = --no-verify
12
12
[tool:pytest]
13
13
addopts = --strict-markers
14
14
asyncio_mode = auto
15
- markers =
15
+ markers =
16
16
slow: marks tests as slow (deselect with ' -m "not slow"' )
17
17
acceptance_test: " marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
18
18
testit: " marks test to run during development"
19
19
heavy_load: " mark tests that require large amount of data"
20
20
21
21
[mypy]
22
- plugins =
22
+ plugins =
23
23
pydantic.mypy
24
24
sqlalchemy.ext.mypy.plugin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
2
2
info :
3
3
title : simcore-service-webserver
4
4
description : Main service with an interface (http-API & websockets) to the web front-end
5
- version : 0.59 .0
5
+ version : 0.60 .0
6
6
servers :
7
7
- url : ' '
8
8
description : webserver
You can’t perform that action at this time.
0 commit comments