aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource/feedgetter.py4
-rw-r--r--source/mongodb.py4
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 <http://www.gnu.org/licenses/>
__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 <http://www.gnu.org/licenses/>
__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"
bgstack15