diff options
author | cedricbonhomme <devnull@localhost> | 2012-05-01 18:42:14 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-05-01 18:42:14 +0200 |
commit | f8f50ae6ff7a5d358dfe7375222245967d62fbcd (patch) | |
tree | 457bad6ba74d8b038696d185560084a384d60282 /source/mongodb.py | |
parent | Improved change_feed_url() function. (diff) | |
download | newspipe-f8f50ae6ff7a5d358dfe7375222245967d62fbcd.tar.gz newspipe-f8f50ae6ff7a5d358dfe7375222245967d62fbcd.tar.bz2 newspipe-f8f50ae6ff7a5d358dfe7375222245967d62fbcd.zip |
Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bugfixes and improvements.
Diffstat (limited to 'source/mongodb.py')
-rw-r--r-- | source/mongodb.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mongodb.py b/source/mongodb.py index 7bb5c841..4d8574cd 100644 --- a/source/mongodb.py +++ b/source/mongodb.py @@ -2,9 +2,9 @@ # -*- coding: utf-8 -*- __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.2 $" +__version__ = "$Revision: 0.3 $" __date__ = "$Date: 2012/03/03 $" -__revision__ = "$Date: 2012/04/22 $" +__revision__ = "$Date: 2012/05/01 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" |