X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=python%2Fconvertrules.py;fp=python%2Fconvertrules.py;h=fa63726069269c30b9581fe1bff94e87adc75bfa;hb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;hp=b3aa1676c0dae090fc2434b0cc2b3e2c941ef95c;hpb=6f4918cf29edf603cc5da0775cea3d9697cff4ee;p=lilypond.git diff --git a/python/convertrules.py b/python/convertrules.py index b3aa1676c0..fa63726069 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -3380,6 +3380,11 @@ 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 + @rule ((2, 17, 0), r"blank-*-force -> blank-*-penalty") def conv (str): str = re.sub ('blank-page-force', 'blank-page-penalty', str)