Skip to content

Commit 4cbb85d

Browse files
committed
Release: v1.29
1 parent 14ffc80 commit 4cbb85d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sendto_silhouette.inx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Always use the least amount of blade possible.
181181
<label translatable="no" appearance="url" indent="1">https://github.com/fablabnbg/inkscape-silhouette</label>
182182
<label translatable="no">by Jürgen Weigert [juergen@fabmail.org] and contributors</label>
183183
<!-- Keep in sync with sendto_silhouette.py line 7 __version__ = ... -->
184-
<label name="about_version" translatable="no">Version 1.28</label>
184+
<label name="about_version" translatable="no">Version 1.29</label>
185185
</page>
186186
</param>
187187

sendto_silhouette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (C) 2013 jw@suse.de. Licensed under CC-BY-SA-3.0 or GPL-2.0 at your choice.
66
# (C) 2014 - 2023 juewei@fabmail.org and contributors
77

8-
__version__ = "1.28" # Keep in sync with sendto_silhouette.inx ca line 179
8+
__version__ = "1.29" # Keep in sync with sendto_silhouette.inx ca line 179
99
__author__ = "Juergen Weigert <juergen@fabmail.org> and contributors"
1010

1111
import sys, os, time, math, operator

0 commit comments

Comments
 (0)