aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-04-29 09:29:34 +0200
committercedricbonhomme <devnull@localhost>2010-04-29 09:29:34 +0200
commite3f70ddc6fe112cd4c5490d41331fea64b077bae (patch)
tree812b1af58f8b5f57fc0a5e011c762c4fb8361536 /utils.py
parentRemoved useless if instruction. (diff)
downloadnewspipe-e3f70ddc6fe112cd4c5490d41331fea64b077bae.tar.gz
newspipe-e3f70ddc6fe112cd4c5490d41331fea64b077bae.tar.bz2
newspipe-e3f70ddc6fe112cd4c5490d41331fea64b077bae.zip
Release 1.2. Added tag cloud, minor bug fix, CSS improvements.
Diffstat (limited to 'utils.py')
-rwxr-xr-xutils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.py b/utils.py
index a18cdb4b..b5e357d9 100755
--- a/utils.py
+++ b/utils.py
@@ -2,8 +2,8 @@
#-*- coding: utf-8 -*-
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.5 $"
-__date__ = "$Date: 2010/04/15 $"
+__version__ = "$Revision: 0.6 $"
+__date__ = "$Date: 2010/04/29 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15