aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-12-07 18:29:15 +0100
committercedricbonhomme <devnull@localhost>2010-12-07 18:29:15 +0100
commit802c0caa7cdd4657d25f30484f91e1e4a28ab9fe (patch)
treed1dde1afb4a08397303839bc8f08aff2edab6ad6 /utils.py
parentBetter display of article's content. (diff)
downloadnewspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.tar.gz
newspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.tar.bz2
newspipe-802c0caa7cdd4657d25f30484f91e1e4a28ab9fe.zip
Release 2.4.
Diffstat (limited to 'utils.py')
-rwxr-xr-xutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.py b/utils.py
index f2751f64..4832914c 100755
--- a/utils.py
+++ b/utils.py
@@ -21,7 +21,7 @@
__author__ = "Cedric Bonhomme"
__version__ = "$Revision: 1.1 $"
-__date__ = "$Date: 2010/10/25 $"
+__date__ = "$Date: 2010/12/07 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15