chore(release): prepare for 1.133.0

This commit is contained in:
link2xt
2024-01-14 00:32:55 +00:00
parent 849a873e61
commit 1895f4c556
11 changed files with 71 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ def main():
found = True
if not found:
raise SystemExit(
f"{changelog_name} contains no entry for version: {newversion}"
f"CHANGELOG.md contains no entry for version: {newversion}"
)
for toml_filename in toml_list: