From c29a2e389a9716a84f4141ad2e2428efb4a6083e Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 25 Oct 2012 09:43:56 +0300 Subject: [PATCH] version change --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index 7b5ddbf..460fdf2 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -26,7 +26,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='2.2' +__version__='2.3' webfilesearch=re.compile('.*index.html$|gallerystyle.css$|galleryscript.js$|descriptions.csv$|^info.txt$|\..*',re.I) imagesearch=re.compile('.*\.jpg$|.*\.jpeg$|.*\.gif$|.*\.png$|.*\.svg$|.*\.pdf$',re.I)