version 0.6.18

This commit is contained in:
Kovid Goyal 2009-10-16 21:43:08 -06:00
parent d2618701ec
commit 477dbf7b3c
2 changed files with 72 additions and 70 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/python
from calibre.web.feeds.news import BasicNewsRecipe
class Trouw(BasicNewsRecipe):
title = u'Trouw'
__author__ = u'JvdW'

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = 'calibre'
__version__ = '0.6.17'
__version__ = '0.6.18'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re