Skip to content

Commit

Permalink
bump: version 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2022
1 parent ed1cec6 commit 8ccb7bd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.1.1"
version = "0.2.0"
tag_format = "v$version"
version_files = [
"setup.py:^version",
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Unreleased
## v0.2.0 (2022-02-17)

### Feat

- Add automatic bump, changelog and release with commitizen.
- Add automatic bump, changelog and release with commitizen.

## v0.1.1 (2021-03-31)

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.1.1"
__version__ = "0.2.0"
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.1.1"
version = "v0.2.0"

setup(
author="Fedor Baart",
Expand Down

0 comments on commit 8ccb7bd

Please sign in to comment.