Skip to content

Commit 4193c8d

Browse files
committed
bump: version 1.18.0 → 1.19.0
1 parent e112404 commit 4193c8d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.19.0 (2025-10-12)
2+
13
## 1.18.0 (2025-09-05)
24

35
## 1.17.0 (2024-08-21)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.commitizen]
44
name = "cz_conventional_commits"
5-
version = "1.18.0"
5+
version = "1.19.0"
66
tag_format = "$version"
77
version_files = [
88
"pyproject.toml:version",

src/yamlfix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from textwrap import dedent
66

77
# Do not edit this line manually, let `make bump` do it.
8-
__version__ = "1.18.0"
8+
__version__ = "1.19.0"
99

1010

1111
def version_info() -> str:

0 commit comments

Comments
 (0)