aboutsummaryrefslogtreecommitdiff
path: root/source/mongodb.py
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-02 10:07:57 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-02 10:07:57 +0200
commit7da89e4e079567b480a459cef5b77509626dd598 (patch)
tree1bb5f10e29f26b98fb6272b899ef65c817dfb4eb /source/mongodb.py
parentTest if BeautifulSoup failed to sanitize the HTML content. (diff)
downloadnewspipe-7da89e4e079567b480a459cef5b77509626dd598.tar.gz
newspipe-7da89e4e079567b480a459cef5b77509626dd598.tar.bz2
newspipe-7da89e4e079567b480a459cef5b77509626dd598.zip
Updated revision date.
Diffstat (limited to 'source/mongodb.py')
-rw-r--r--source/mongodb.py4
1 files changed, 2 insertions, 2 deletions
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