Skip to content

Commit

Permalink
services/webserver api version: 0.7.0 → 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 20, 2022
1 parent 13a710c commit 7050daa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/specs/webserver/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: "osparc-simcore web API"
version: 0.7.0
version: 0.8.0
description: "API designed for the front-end app"
contact:
name: IT'IS Foundation
Expand Down
2 changes: 1 addition & 1 deletion services/web/server/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
4 changes: 2 additions & 2 deletions services/web/server/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
commit = True
message = services/webserver api version: {current_version} → {new_version}
tag = False
Expand All @@ -14,6 +14,6 @@ commit_args = --no-verify
[tool:pytest]
addopts = --strict-markers
asyncio_mode = auto
markers =
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: osparc-simcore web API
version: 0.7.0
version: 0.8.0
description: API designed for the front-end app
contact:
name: IT'IS Foundation
Expand Down

0 comments on commit 7050daa

Please sign in to comment.