Skip to content

Commit

Permalink
bump: version 1.13.0 → 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Aug 31, 2023
1 parent 7e4aae6 commit 7085bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.14.0 (2023-08-31)

## 1.13.0 (2023-08-01)

## 1.12.0 (2023-07-02)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.13.0"
version = "1.14.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/yamlfix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from textwrap import dedent

# Do not edit this line manually, let `make bump` do it.
__version__ = "1.13.0"
__version__ = "1.14.0"


def version_info() -> str:
Expand Down

0 comments on commit 7085bcb

Please sign in to comment.