minor bug fix and version bump to 0.3.0b2

This commit is contained in:
Kovid Goyal 2007-01-03 19:22:59 +00:00
parent 07ad6648de
commit ee2c0ca1b0
3 changed files with 4 additions and 3 deletions

View File

@ -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>"

View File

@ -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>&nbsp;Size:</b> %2</td></tr>\ <b>&nbsp;Size:</b> %2</td></tr>\
<tr><td><b>Author: </b>%3</td>\ <tr><td><b>Author: </b>%3</td>\

View File

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