Skip to content

Commit

Permalink
services/api-server version: 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 3, 2024
1 parent 93b651a commit a5c2c5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/api-server/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
6 changes: 3 additions & 3 deletions services/api-server/setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit a5c2c5b

Please sign in to comment.