aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.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 /pyAggr3g470r.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 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py
index 04c6383f..4e3332fb 100755
--- a/pyAggr3g470r.py
+++ b/pyAggr3g470r.py
@@ -2,8 +2,8 @@
#-*- coding: utf-8 -*-
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 1.7 $"
-__date__ = "$Date: 2010/07/23 $"
+__version__ = "$Revision: 1.8 $"
+__date__ = "$Date: 2010/08/25 $"
__copyright__ = "Copyright (c) 2010 Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15