Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
thonusbart committed Oct 2, 2024
2 parents f43b4b5 + 5239181 commit dc37135
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.12"
version = "0.3.13"
tag_format = "v$version"
version_files = [
"setup.py:^version",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.3.13 (2024-10-02)

### Fix

- end point added to search breach id based on scenario id

## v0.3.12 (2024-09-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion liwo_services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Fedor Baart"""
__email__ = "[email protected]"
__version__ = "0.3.12"
__version__ = "0.3.13"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"pytest>=3",
]

version = "v0.3.12"
version = "v0.3.13"

setup(
author="Fedor Baart",
Expand Down

0 comments on commit dc37135

Please sign in to comment.