From 2a3f532ed055b175903cad2a1cdb40b7a54e60f4 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 31 Dec 2013 01:16:13 +0100 Subject: [PATCH] python/convertrules.py: bump version for 2.18 release --- python/convertrules.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/convertrules.py b/python/convertrules.py index 28c27fb8b8..ec8bd266ef 100644 --- a/python/convertrules.py +++ b/python/convertrules.py @@ -3693,6 +3693,10 @@ def conv (str): r"\1(make-sequential-music (list \2))", str) return str +@rule ((2, 18, 0), + _ ("bump version for release")) +def conv (str): + return str # Guidelines to write rules (please keep this at the end of this file) # -- 2.39.5