From 7da89e4e079567b480a459cef5b77509626dd598 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 2 Apr 2013 10:07:57 +0200 Subject: Updated revision date. --- source/feedgetter.py | 4 ++-- source/mongodb.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/feedgetter.py b/source/feedgetter.py index 3e3b7aef..0ea31dc4 100755 --- a/source/feedgetter.py +++ b/source/feedgetter.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 1.4 $" +__version__ = "$Revision: 1.5 $" __date__ = "$Date: 2010/09/02 $" -__revision__ = "$Date: 2013/01/20 $" +__revision__ = "$Date: 2013/04/02 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" diff --git a/source/mongodb.py b/source/mongodb.py index 964c79a4..b8ac0fd9 100644 --- a/source/mongodb.py +++ b/source/mongodb.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.6 $" +__version__ = "$Revision: 0.7 $" __date__ = "$Date: 2012/03/03 $" -__revision__ = "$Date: 2013/02/01 $" +__revision__ = "$Date: 2013/04/02 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" -- cgit