File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/simcore_service_storage/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.4 .0
1+ 0.5 .0
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.4 .0
2+ current_version = 0.5 .0
33commit = True
44message = services/storage api version: {current_version} → {new_version}
55tag = False
@@ -11,13 +11,13 @@ commit_args = --no-verify
1111
1212[tool:pytest]
1313asyncio_mode = auto
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 heavy_load: " mark tests that require large amount of data"
1919
2020[mypy]
21- plugins =
21+ plugins =
2222 pydantic.mypy
2323 sqlalchemy.ext.mypy.plugin
Original file line number Diff line number Diff line change 88 license :
99 name : MIT
1010 url : https://github.com/ITISFoundation/osparc-simcore/blob/master/LICENSE
11- version : 0.4 .0
11+ version : 0.5 .0
1212servers :
1313- url : /
1414 description : ' Default server: requests directed to serving url'
You can’t perform that action at this time.
0 commit comments