summaryrefslogtreecommitdiff
path: root/lib/extensions/update_svg.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-05-16 16:58:17 +0200
committerGitHub <noreply@github.com>2023-05-16 16:58:17 +0200
commit1193b4f2062d2bc4114fefe29992553c59200090 (patch)
tree5f43833eed5facdf9ec35d0b755a6fe492b9bfa2 /lib/extensions/update_svg.py
parent02738ec46e333a53c9970fd936340e88f6108ffb (diff)
parent66068208e87f5464fa6b8038b74fe95de6b21bb9 (diff)
Merge pull request #2284 from inkstitch/kaalleen/various-fixes
Diffstat (limited to 'lib/extensions/update_svg.py')
-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):