File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/simcore_service_webserver/api/v0 Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 0.77.0
1+ 0.77.1
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.77.0
2+ current_version = 0.77.1
33commit = True
44message = services/webserver api version: {current_version} → {new_version}
55tag = False
@@ -13,13 +13,13 @@ commit_args = --no-verify
1313addopts = --strict-markers
1414asyncio_mode = auto
1515asyncio_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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.1.0
22info :
33 title : simcore-service-webserver
44 description : Main service with an interface (http-API & websockets) to the web front-end
5- version : 0.77.0
5+ version : 0.77.1
66servers :
77- url : ' '
88 description : webserver
You can’t perform that action at this time.
0 commit comments