From cb34c9864dd25ea2a2b369281bcddd829a0b1c51 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 15 Feb 2012 11:51:14 +0200 Subject: [PATCH] changed to version 1.6 --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index 51ceabb..8ea9b89 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -26,7 +26,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='1.5' +__version__='1.6' webfilesearch=re.compile('.*index.html$|.*gallerystyle.css$|.*galleryscript.js$|.*descriptions.csv$|\..*',re.I) imagesearch=re.compile('.*\.jpg$|.*\.jpeg$|.*\.gif$|.*\.png$|.*\.svg$|.*\.pdf$',re.I)