Skip to content

Commit

Permalink
bump: version 1.1.2 → 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyyeung committed Jul 24, 2023
1 parent 7be3a7d commit c692758
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.3 (2023-07-24)

### Fix

- Typing syntax error

## v1.1.2 (2023-07-24)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
[tool.commitizen]
name = "cz_conventional_commits"
version_scheme = "pep440"
version = "1.1.2"
version = "1.1.3"
tag_format = "v$version"
version_files = [
"VERSION",
Expand Down

0 comments on commit c692758

Please sign in to comment.