Skip to content

Commit

Permalink
services/catalog version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 31, 2024
1 parent fdc5bc0 commit afd3bbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/catalog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
6 changes: 3 additions & 3 deletions services/catalog/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.6.0
commit = True
message = services/catalog version: {current_version} → {new_version}
tag = False
Expand All @@ -9,10 +9,10 @@ commit_args = --no-verify

[tool:pytest]
asyncio_mode = auto
markers =
markers =
testit: "marks test to run during development"

[mypy]
plugins =
plugins =
pydantic.mypy
sqlalchemy.ext.mypy.plugin

0 comments on commit afd3bbe

Please sign in to comment.