aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-04-15 21:05:41 +0200
committercedricbonhomme <devnull@localhost>2010-04-15 21:05:41 +0200
commitcf76d25b2e4196dd0b77e188695f71d4a6439e6b (patch)
treeeddd3cd74ad52dd4a28bd19db88b92fb51d2051d /utils.py
parentAdded images and two links on the main page. (diff)
downloadnewspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.tar.gz
newspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.tar.bz2
newspipe-cf76d25b2e4196dd0b77e188695f71d4a6439e6b.zip
Release 1.1. Added links for favorites articles on the main page.
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 f7faffd1..ffdbc082 100755
--- a/utils.py
+++ b/utils.py
@@ -2,8 +2,8 @@
#-*- coding: utf-8 -*-
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.4 $"
-__date__ = "$Date: 2010/03/10 $"
+__version__ = "$Revision: 0.5 $"
+__date__ = "$Date: 2010/04/15 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15