From ed87044d91e39daf2c079ba4582603add299d667 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 11 Jul 2016 22:48:04 -0400 Subject: [PATCH] We do not need to enter the format numbers for 2.3 at this time. The code just below fills thiss automatically. (cherry picked from commit 3d8082346e16770f3af4ee6d617c8fe91e9292e1) --- lib/lyx2lyx/LyX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/LyX.py b/lib/lyx2lyx/LyX.py index 39a77e3827..77ccdd03ae 100644 --- a/lib/lyx2lyx/LyX.py +++ b/lib/lyx2lyx/LyX.py @@ -92,7 +92,7 @@ format_relation = [("0_06", [200], minor_versions("0.6" , 4)), ("2_0", list(range(346,414)), minor_versions("2.0" , 8)), ("2_1", list(range(414,475)), minor_versions("2.1" , 5)), ("2_2", list(range(475,509)), minor_versions("2.2" , 0)), - ("2_3", list(range(509,511)), minor_versions("2.3" , 0)) + ("2_3", (), minor_versions("2.3" , 0)) ] #################################################################### -- 2.39.2