mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
version bump
This commit is contained in:
parent
7c0447b11f
commit
2db0069b89
2
setup.py
2
setup.py
@ -91,7 +91,7 @@ setup(
|
|||||||
from LRF files (unencrypted books in the SONY BBeB format). A command line
|
from LRF files (unencrypted books in the SONY BBeB format). A command line
|
||||||
interface to this is provided via the command lrf-meta.
|
interface to this is provided via the command lrf-meta.
|
||||||
|
|
||||||
For SVN access: svn co https://svn.kovidgoyal.net/code/prs-500
|
For SVN access: svn co https://svn.kovidgoyal.net/code/libprs500
|
||||||
|
|
||||||
.. _SONY Portable Reader: http://Sony.com/reader
|
.. _SONY Portable Reader: http://Sony.com/reader
|
||||||
.. _USB: http://www.usb.org
|
.. _USB: http://www.usb.org
|
||||||
|
@ -33,7 +33,7 @@ You may have to adjust the GROUP and the location of the rules file to
|
|||||||
suit your distribution.
|
suit your distribution.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.3.10"
|
__version__ = "0.3.11"
|
||||||
__docformat__ = "epytext"
|
__docformat__ = "epytext"
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
|||||||
APP_TITLE = "libprs500"
|
APP_TITLE = "libprs500"
|
||||||
|
|
||||||
import pkg_resources, sys, os, re, StringIO, traceback
|
import pkg_resources, sys, os, re, StringIO, traceback
|
||||||
from PyQt4 import QtCore, QtGui # Needed in globals() for import_ui
|
|
||||||
|
|
||||||
error_dialog = None
|
error_dialog = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user