Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paduszyk committed Sep 25, 2024
1 parent 7a3011b commit 9bf5ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ output = "coverage.xml"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.1"
version = "1.1.0"
version_files = [
"src/management_commands/__init__.py:__version__",
]
2 changes: 1 addition & 1 deletion src/management_commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "1.0.1"
__version__ = "1.1.0"

0 comments on commit 9bf5ce4

Please sign in to comment.