From ecda25670514d1d75a4cf72d96f97282e47b3cb7 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Tue, 6 Sep 2016 13:39:21 +0300 Subject: [PATCH] update version number and emails --- Qalbum-descriptor.py | 4 ++-- Qalbum-thumbnailer.py | 4 ++-- Qalbum.py | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Qalbum-descriptor.py b/Qalbum-descriptor.py index 1d914d8..6060cfe 100755 --- a/Qalbum-descriptor.py +++ b/Qalbum-descriptor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2012 Ville Rantanen +# Copyright 2016 Ville Rantanen # # this program is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published @@ -20,7 +20,7 @@ import subprocess from argparse import ArgumentParser import Qalbum -# (c) ville.rantanen@helsinki.fi +# (c) ville.q.rantanen@gmail.com DESCFILE='descriptions.csv' diff --git a/Qalbum-thumbnailer.py b/Qalbum-thumbnailer.py index e72c8ed..8c6d682 100755 --- a/Qalbum-thumbnailer.py +++ b/Qalbum-thumbnailer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2014 Ville Rantanen +# Copyright 2016 Ville Rantanen # # this program is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published @@ -19,7 +19,7 @@ import Qalbum from argparse import ArgumentParser import os -# (c) ville.rantanen@helsinki.fi +# (c) ville.q.rantanen@gmail.com def traverse(path,options): diff --git a/Qalbum.py b/Qalbum.py index 0d8d3f0..83622f6 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2014 Ville Rantanen +# Copyright 2016 Ville Rantanen # # This program is free software: you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published @@ -25,9 +25,9 @@ import string from math import ceil from datetime import datetime -# (c) ville.rantanen@helsinki.fi +# (c) ville.q.rantanen@gmail.com -__version__='2.20160215' +__version__='2.20160906' FILECONFIG=".config" FILEDESC="descriptions.csv"