Skip to content

Commit c6971e8

Browse files
author
Juergen Weigert
committed
version 1.16 includes regmarks code.
1 parent e21adc3 commit c6971e8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sendto_silhouette.inx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
</page>
7575

7676
<page name='about' _gui-text='About'>
77-
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/jnweiger/inkscape-silhouette by Jürgen Weigert [juewei@fabmail.org]</param>
77+
<param name="about_who" type="description">inkscape-silhouette extension from https://github.com/jnweiger/inkscape-silhouette by Jürgen Weigert [juewei@fabmail.org] and contributors</param>
7878
<!-- Keep in sync with sendto_silhouette.py line 103 __version__ = ... -->
79-
<param name="about_version" type="description">Version 1.15</param>
79+
<param name="about_version" type="description">Version 1.16</param>
8080
</page>
8181
</param>
8282

sendto_silhouette.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@
7171
# 2015-06-06 jw, v1.14 -- fixed timout errors, refactored much code.
7272
# Added misc/silhouette_move.py misc/silhouette_cut.py, misc/endless_clock.py
7373
# 2016-01-15 jw, v1.15 -- ubuntu loads the wrong usb library.
74+
# 2016-05-15 jw, v1.16 -- merged regmarks code from https://github.com/fablabnbg/inkscape-silhouette/pull/23
7475

75-
__version__ = '1.15' # Keep in sync with sendto_silhouette.inx ca line 42
76-
__author__ = 'Juergen Weigert <juewei@fabmail.org>'
76+
__version__ = '1.16' # Keep in sync with sendto_silhouette.inx ca line 42
77+
__author__ = 'Juergen Weigert <juewei@fabmail.org> and contributors'
7778

7879
import sys, os, shutil, time, logging, tempfile
7980

0 commit comments

Comments
 (0)