Skip to content

Commit 4b04b06

Browse files
committedMay 8, 2017
Update copyright year
1 parent 6240108 commit 4b04b06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.0
1+
v1.4.1

‎gui/perdyshot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self):
5959
image.move((450 - image.sizeHint().width()) / 2, 10)
6060

6161
text = QtGui.QLabel(self)
62-
text.setText("<center><b>%s &copy; 2015 Mia Nordentoft. MIT License</b><br/>Released on %s</center>" % (VERSION, DATE))
62+
text.setText("<center><b>%s &copy; 2015, 2017 Mia Nordentoft. MIT License</b><br/>Released on %s</center>" % (VERSION, DATE))
6363
text.move((450 - text.sizeHint().width()) / 2, image.sizeHint().height() + 30)
6464

6565
website = QtGui.QPushButton("Website", self)

0 commit comments

Comments
 (0)
Failed to load comments.