1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-12-21 23:28:51 -05:00
This commit is contained in:
Jonas Wielicki 2018-01-25 13:38:32 +01:00
parent 6e1bdc781e
commit 1cac2f9918

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()] +