mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
minor bug fix and version bump to 0.3.0b2
This commit is contained in:
parent
07ad6648de
commit
ee2c0ca1b0
@ -37,6 +37,6 @@ the following rule in C{/etc/udev/rules.d/90-local.rules} ::
|
|||||||
You may have to adjust the GROUP and the location of the rules file to
|
You may have to adjust the GROUP and the location of the rules file to
|
||||||
suit your distribution.
|
suit your distribution.
|
||||||
"""
|
"""
|
||||||
__version__ = "0.3.0a6"
|
__version__ = "0.3.0b2"
|
||||||
__docformat__ = "epytext"
|
__docformat__ = "epytext"
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
@ -40,7 +40,8 @@ from editbook import EditBookDialog
|
|||||||
DEFAULT_BOOK_COVER = None
|
DEFAULT_BOOK_COVER = None
|
||||||
LIBRARY_BOOK_TEMPLATE = QString("<table><tr><td><b>Formats:</b> %1 \
|
LIBRARY_BOOK_TEMPLATE = QString("<table><tr><td><b>Formats:</b> %1 \
|
||||||
</td><td><b>Tags:</b> %2</td></tr> \
|
</td><td><b>Tags:</b> %2</td></tr> \
|
||||||
<tr><td><b>Comments:</b> %3</td></tr></table>")
|
<tr><td colspan='2'><b>Comments:</b> %3</td>\
|
||||||
|
</tr></table>")
|
||||||
DEVICE_BOOK_TEMPLATE = QString("<table><tr><td><b>Title: </b>%1</td><td> \
|
DEVICE_BOOK_TEMPLATE = QString("<table><tr><td><b>Title: </b>%1</td><td> \
|
||||||
<b> Size:</b> %2</td></tr>\
|
<b> Size:</b> %2</td></tr>\
|
||||||
<tr><td><b>Author: </b>%3</td>\
|
<tr><td><b>Author: </b>%3</td>\
|
||||||
|
2
setup.py
2
setup.py
@ -83,7 +83,7 @@ setup(
|
|||||||
""",
|
""",
|
||||||
license = 'GPL',
|
license = 'GPL',
|
||||||
classifiers = [
|
classifiers = [
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Environment :: X11 Applications :: Qt',
|
'Environment :: X11 Applications :: Qt',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user