update version number and emails

This commit is contained in:
Ville Rantanen
2016-09-06 13:39:21 +03:00
parent 93999ff674
commit ecda256705
3 changed files with 7 additions and 7 deletions

View File

@@ -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"