Skip to content

Commit edd350b

Browse files
committed
services/storage api version: 0.5.0 → 0.6.0
1 parent e5451a8 commit edd350b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

services/storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

services/storage/setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
message = services/storage api version: {current_version} → {new_version}
55
tag = False
66
commit_args = --no-verify
77

88
[bumpversion:file:VERSION]
99

10-
1110
[tool:pytest]
1211
asyncio_mode = auto
13-
markers =
12+
markers =
1413
slow: marks tests as slow (deselect with '-m "not slow"')
1514
acceptance_test: "marks tests as 'acceptance tests' i.e. does the system do what the user expects? Typically those are workflows."
1615
testit: "marks test to run during development"
1716
heavy_load: "mark tests that require large amount of data"
1817

1918
[mypy]
20-
plugins =
19+
plugins =
2120
pydantic.mypy
2221
sqlalchemy.ext.mypy.plugin

0 commit comments

Comments
 (0)