From fafd5a40d22865b1c338abbb1df130988d9550ef Mon Sep 17 00:00:00 2001 From: q Date: Thu, 5 Jul 2012 22:07:45 +0300 Subject: [PATCH] version to 2.1 --- Qalbum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qalbum.py b/Qalbum.py index 2527e97..a9d6e9b 100755 --- a/Qalbum.py +++ b/Qalbum.py @@ -26,7 +26,7 @@ from datetime import datetime # (c) ville.rantanen@helsinki.fi -__version__='2.0' +__version__='2.1' 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)