Skip to content

Commit 2e85962

Browse files
committed
services/webserver api version: 0.59.0 → 0.60.0
1 parent d889cfe commit 2e85962

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

services/web/server/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.59.0
1+
0.60.0

services/web/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.59.0
2+
current_version = 0.60.0
33
commit = True
44
message = services/webserver api version: {current_version} → {new_version}
55
tag = False
@@ -12,13 +12,13 @@ commit_args = --no-verify
1212
[tool:pytest]
1313
addopts = --strict-markers
1414
asyncio_mode = auto
15-
markers =
15+
markers =
1616
slow: marks tests as slow (deselect with '-m "not slow"')
1717
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1818
testit: "marks test to run during development"
1919
heavy_load: "mark tests that require large amount of data"
2020

2121
[mypy]
22-
plugins =
22+
plugins =
2323
pydantic.mypy
2424
sqlalchemy.ext.mypy.plugin

services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: simcore-service-webserver
44
description: Main service with an interface (http-API & websockets) to the web front-end
5-
version: 0.59.0
5+
version: 0.60.0
66
servers:
77
- url: ''
88
description: webserver

0 commit comments

Comments
 (0)