We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6240108 commit 4b04b06Copy full SHA for 4b04b06
.version
@@ -1 +1 @@
1
-v1.4.0
+v1.4.1
gui/perdyshot.py
@@ -59,7 +59,7 @@ def __init__(self):
59
image.move((450 - image.sizeHint().width()) / 2, 10)
60
61
text = QtGui.QLabel(self)
62
- text.setText("<center><b>%s © 2015 Mia Nordentoft. MIT License</b><br/>Released on %s</center>" % (VERSION, DATE))
+ text.setText("<center><b>%s © 2015, 2017 Mia Nordentoft. MIT License</b><br/>Released on %s</center>" % (VERSION, DATE))
63
text.move((450 - text.sizeHint().width()) / 2, image.sizeHint().height() + 30)
64
65
website = QtGui.QPushButton("Website", self)
0 commit comments