mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-15 02:25:36 +01:00
minor bug fix and version bump to 0.3.0b2
This commit is contained in:
parent
07ad6648de
commit
ee2c0ca1b0
3 changed files with 4 additions and 3 deletions
|
|
@ -37,6 +37,6 @@
|
|||
You may have to adjust the GROUP and the location of the rules file to
|
||||
suit your distribution.
|
||||
"""
|
||||
__version__ = "0.3.0a6"
|
||||
__version__ = "0.3.0b2"
|
||||
__docformat__ = "epytext"
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@
|
|||
DEFAULT_BOOK_COVER = None
|
||||
LIBRARY_BOOK_TEMPLATE = QString("<table><tr><td><b>Formats:</b> %1 \
|
||||
</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> \
|
||||
<b> Size:</b> %2</td></tr>\
|
||||
<tr><td><b>Author: </b>%3</td>\
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -83,7 +83,7 @@
|
|||
""",
|
||||
license = 'GPL',
|
||||
classifiers = [
|
||||
'Development Status :: 2 - Pre-Alpha',
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Environment :: Console',
|
||||
'Environment :: X11 Applications :: Qt',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
|
|||
Loading…
Reference in a new issue