diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-02 10:07:57 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-04-02 10:07:57 +0200 |
commit | 7da89e4e079567b480a459cef5b77509626dd598 (patch) | |
tree | 1bb5f10e29f26b98fb6272b899ef65c817dfb4eb | |
parent | Test if BeautifulSoup failed to sanitize the HTML content. (diff) | |
download | newspipe-7da89e4e079567b480a459cef5b77509626dd598.tar.gz newspipe-7da89e4e079567b480a459cef5b77509626dd598.tar.bz2 newspipe-7da89e4e079567b480a459cef5b77509626dd598.zip |
Updated revision date.
-rwxr-xr-x | source/feedgetter.py | 4 | ||||
-rw-r--r-- | 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 <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" |