Skip to content

Commit

Permalink
bump: version 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2022
1 parent a26c1da commit 13c5166
Show file tree
Hide file tree
Showing 4 changed files with 10 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.2"
version = "0.3.3"
tag_format = "v$version"
version_files = [
"setup.py:^version",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.3 (2022-04-21)

### Fix

- **variants**: fix properties to filter
- **variants**: fix properties to filter

## v0.3.2 (2022-02-22)

## v0.3.1 (2022-02-22)
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.2"
__version__ = "0.3.3"
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.2"
version = "v0.3.3"

setup(
author="Fedor Baart",
Expand Down

0 comments on commit 13c5166

Please sign in to comment.