]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/convertrules.py
Release: update news.
[lilypond.git] / python / convertrules.py
index 44ecf049e78c04e5691e1fa1a2c142f2b731836b..78512310c30c35d6bd9513852423a3f14858fc18 100644 (file)
@@ -3380,6 +3380,12 @@ def conv (str):
     str = re.sub ('\n"(' + wordsyntax + r')"(\s*=\s*\\stringTuning)', "\n\\1\\2", str)
     return str
 
+@rule ((2, 16, 0),
+       _ ("bump version for release"))
+def conv (str):
+    return str
+
+
 # Guidelines to write rules (please keep this at the end of this file)
 #
 # - keep at most one rule per version; if several conversions should be done,