We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab5390 commit 47039c9Copy full SHA for 47039c9
CHANGELOG.md
@@ -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
12
## 1.15.0 (2023-10-17)
13
14
## 1.14.0 (2023-08-31)
pyproject.toml
@@ -2,7 +2,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.15.0"
+version = "1.16.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
src/yamlfix/version.py
@@ -5,7 +5,7 @@
from textwrap import dedent
# Do not edit this line manually, let `make bump` do it.
-__version__ = "1.15.0"
+__version__ = "1.16.0"
def version_info() -> str:
0 commit comments