From 13db63470da92521a8a8d7ec8b56b7ec796fe19c Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 24 Aug 2012 10:40:01 +0200 Subject: [PATCH] convertrules.py: bump version for release 2.16 --- python/convertrules.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/convertrules.py b/python/convertrules.py index 44ecf049e7..78512310c3 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -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, -- 2.39.5