Skip to content

Commit

Permalink
bump: version 0.3.8 → 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 25, 2024
1 parent c436e47 commit 8a1d566
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.8"
version = "0.3.9"
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.9 (2024-06-25)

### Fix

- requirements with pip

## v0.3.8 (2024-06-25)

### 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.8"
__version__ = "0.3.9"
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.8"
version = "v0.3.9"

setup(
author="Fedor Baart",
Expand Down

0 comments on commit 8a1d566

Please sign in to comment.