version 0.6.35

This commit is contained in:
Kovid Goyal 2010-01-22 16:20:23 -07:00
parent 57064a70fa
commit a46a050b0b
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__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

View File

@ -14,7 +14,7 @@ from PyQt4.Qt import QWidget
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','~'),

View File

@ -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',