summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
authorKaalleen <reni@allenka.de>2023-05-10 15:37:31 +0200
committerKaalleen <reni@allenka.de>2023-05-10 15:37:31 +0200
commit39627371acc4c5e6081ec1b22552d063e28ff670 (patch)
tree83dc685f132de1d31459fadb31203f9bb2b848f1 /lib/extensions
parent54bb8dc66ab83ac3360187ce7db9054aecad694d (diff)
update comment
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/update_svg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extensions/update_svg.py b/lib/extensions/update_svg.py
index 51960cb2..0f0609be 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):