Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
miestasmia committed May 8, 2017
1 parent 6240108 commit 4b04b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.0
v1.4.1
2 changes: 1 addition & 1 deletion gui/perdyshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self):
image.move((450 - image.sizeHint().width()) / 2, 10)

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

website = QtGui.QPushButton("Website", self)
Expand Down

0 comments on commit 4b04b06

Please sign in to comment.