Skip to content

Commit 47039c9

Browse files
committed
bump: version 1.15.0 → 1.16.0
1 parent aab5390 commit 47039c9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.16.0 (2023-11-23)
2+
3+
### Feat
4+
5+
- support Python 3.11
6+
7+
### Fix
8+
9+
- drop support for Python 3.7
10+
- switch from pdm-pep517 to pdm-backend
11+
112
## 1.15.0 (2023-10-17)
213

314
## 1.14.0 (2023-08-31)

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.15.0"
5+
version = "1.16.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.15.0"
8+
__version__ = "1.16.0"
99

1010

1111
def version_info() -> str:

0 commit comments

Comments
 (0)