From f8f50ae6ff7a5d358dfe7375222245967d62fbcd Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 1 May 2012 18:42:14 +0200 Subject: Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bugfixes and improvements. --- source/pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 48103319..aeaf4822 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 3.3 $" +__version__ = "$Revision: 3.4 $" __date__ = "$Date: 2010/01/29 $" -__revision__ = "$Date: 2012/04/16 $" +__revision__ = "$Date: 2012/05/01 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" -- cgit