diff --git a/services/api-server/VERSION b/services/api-server/VERSION index a918a2aa18d..faef31a4357 100644 --- a/services/api-server/VERSION +++ b/services/api-server/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/services/api-server/setup.cfg b/services/api-server/setup.cfg index 5cef2727de7..da01c1bbd3e 100644 --- a/services/api-server/setup.cfg +++ b/services/api-server/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.7.0 commit = True message = services/api-server version: {current_version} → {new_version} tag = False @@ -10,12 +10,12 @@ commit_args = --no-verify [tool:pytest] asyncio_mode = auto addopts = --strict-markers -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." testit: "marks test to run during development" [mypy] -plugins = +plugins = pydantic.mypy sqlalchemy.ext.mypy.plugin