This commit is contained in:
Jonas Wielicki 2018-01-25 13:38:32 +01:00
parent 6e1bdc781e
commit 1cac2f9918
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def defer_xep(number, last_version, initials):
else:
version[1] = str(int(version[1]) + 1)
del version[2:]
version.append("0"")
version.append("0")
xep_text = (
xep_text[:revision_match.start()] +