update version number and emails
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# 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
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
@@ -20,7 +20,7 @@ import subprocess
|
|||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
import Qalbum
|
import Qalbum
|
||||||
|
|
||||||
# (c) ville.rantanen@helsinki.fi
|
# (c) ville.q.rantanen@gmail.com
|
||||||
|
|
||||||
DESCFILE='descriptions.csv'
|
DESCFILE='descriptions.csv'
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# 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
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
@@ -19,7 +19,7 @@ import Qalbum
|
|||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# (c) ville.rantanen@helsinki.fi
|
# (c) ville.q.rantanen@gmail.com
|
||||||
|
|
||||||
|
|
||||||
def traverse(path,options):
|
def traverse(path,options):
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/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
|
# 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
|
# under the terms of the GNU Lesser General Public License as published
|
||||||
@@ -25,9 +25,9 @@ import string
|
|||||||
from math import ceil
|
from math import ceil
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
# (c) ville.rantanen@helsinki.fi
|
# (c) ville.q.rantanen@gmail.com
|
||||||
|
|
||||||
__version__='2.20160215'
|
__version__='2.20160906'
|
||||||
|
|
||||||
FILECONFIG=".config"
|
FILECONFIG=".config"
|
||||||
FILEDESC="descriptions.csv"
|
FILEDESC="descriptions.csv"
|
||||||
|
|||||||
Reference in New Issue
Block a user