aboutsummaryrefslogtreecommitdiff
path: root/utils.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-08-25 08:46:50 +0200
committercedricbonhomme <devnull@localhost>2010-08-25 08:46:50 +0200
commit27e245b18b3622cf984feee21d55d63a2eb6a88b (patch)
treeba07b48eca66dbeb1367e5214e4c3eee8f93c4fe /utils.py
parentConfiguration file improvement (no need to set the path in the configuration ... (diff)
downloadnewspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.tar.gz
newspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.tar.bz2
newspipe-27e245b18b3622cf984feee21d55d63a2eb6a88b.zip
Release 1.8. It is now easier to install pyAggr3g470r. No more need to set any path in the configuration file.
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 9ddc9a6b..4b7104d1 100755
--- a/utils.py
+++ b/utils.py
@@ -2,8 +2,8 @@
#-*- coding: utf-8 -*-
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 0.9 $"
-__date__ = "$Date: 2010/07/08 $"
+__version__ = "$Revision: 1.0 $"
+__date__ = "$Date: 2010/08/25 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15