mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-05 16:24:20 +01:00
version 0.6.35
This commit is contained in:
parent
57064a70fa
commit
a46a050b0b
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = 'calibre'
|
||||
__version__ = '0.6.34'
|
||||
__version__ = '0.6.35'
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
class PluginWidget(QWidget,Ui_Form):
|
||||
|
||||
TITLE = _('EPUB/MOBI Options')
|
||||
TITLE = _('E-book Options')
|
||||
HELP = _('Options specific to')+' EPUB/MOBI '+_('output')
|
||||
OPTION_FIELDS = [('exclude_genre','\[[\w ]*\]'),
|
||||
('exclude_tags','~'),
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ class EPUB_MOBI(CatalogPlugin):
|
|||
minimum_calibre_version = (0, 6, 34)
|
||||
author = 'Greg Riker'
|
||||
version = (0, 0, 1)
|
||||
file_types = set(['epub','mobi'])
|
||||
file_types = set(['epub'])
|
||||
|
||||
cli_options = [Option('--catalog-title',
|
||||
default = 'My Catalog',
|
||||
|
|
|
|||
Loading…
Reference in a new issue