From 4b04b066300bb2fba8af94d1f22cc4c188153ca7 Mon Sep 17 00:00:00 2001 From: Mia Nordentoft Date: Mon, 8 May 2017 21:13:45 +0200 Subject: [PATCH] Update copyright year --- .version | 2 +- gui/perdyshot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 0d0c52f..66d62a8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.4.0 +v1.4.1 diff --git a/gui/perdyshot.py b/gui/perdyshot.py index 0dd68d0..2681ab2 100755 --- a/gui/perdyshot.py +++ b/gui/perdyshot.py @@ -59,7 +59,7 @@ def __init__(self): image.move((450 - image.sizeHint().width()) / 2, 10) text = QtGui.QLabel(self) - text.setText("
%s © 2015 Mia Nordentoft. MIT License
Released on %s
" % (VERSION, DATE)) + text.setText("
%s © 2015, 2017 Mia Nordentoft. MIT License
Released on %s
" % (VERSION, DATE)) text.move((450 - text.sizeHint().width()) / 2, image.sizeHint().height() + 30) website = QtGui.QPushButton("Website", self)