From 39627371acc4c5e6081ec1b22552d063e28ff670 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Wed, 10 May 2023 15:37:31 +0200 Subject: [PATCH] update comment --- lib/extensions/update_svg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/extensions/update_svg.py b/lib/extensions/update_svg.py index 51960cb2e..0f0609be3 100644 --- a/lib/extensions/update_svg.py +++ b/lib/extensions/update_svg.py @@ -14,8 +14,8 @@ class UpdateSvg(InkstitchExtension): def __init__(self, *args, **kwargs): InkstitchExtension.__init__(self, *args, **kwargs) - # TODO: When there are more legacy versions than only one, this can be transformed in a user input - # inkstitch_svg_version history: 1 -> v2.3.0 + # TODO: When there are more legacy versions than only one, this can be transformed into a user input + # inkstitch_svg_version history: 1 -> v3.0.0, May 2023 self.update_from = 0 def effect(self):