Release 1.112.0

This commit is contained in:
link2xt
2023-03-23 09:02:43 +00:00
parent 1716cdf51c
commit 124a0e90e1
10 changed files with 32 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ def main():
if "alpha" not in newversion:
for line in open("CHANGELOG.md"):
## 1.25.0
if line.startswith("## ") and line[2:].strip().startswith(newversion):
if line.startswith("## [") and line[4:].strip().startswith(newversion):
break
else:
raise SystemExit(