From a4c25606026a979da62031edb223a99c08a8db7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 18 Jun 2009 19:52:10 -0700 Subject: [PATCH] beta 7 --- src/calibre/constants.py | 2 +- src/calibre/trac/plugins/download.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 3663f9fd13..0372bf3cc4 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.6.0b6' +__version__ = '0.6.0b7' __author__ = "Kovid Goyal " import re diff --git a/src/calibre/trac/plugins/download.py b/src/calibre/trac/plugins/download.py index 2372f14f86..b0dfed3113 100644 --- a/src/calibre/trac/plugins/download.py +++ b/src/calibre/trac/plugins/download.py @@ -9,8 +9,8 @@ DEPENDENCIES = [ ('setuptools', '0.6c5', 'setuptools', 'python-setuptools', 'python-setuptools-devel'), ('Python Imaging Library', '1.1.6', 'imaging', 'python-imaging', 'python-imaging'), ('libusb', '0.1.12', None, None, None), - ('Qt', '4.5.0', 'qt', 'libqt4-core libqt4-gui', 'qt4'), - ('PyQt', '4.5.0', 'PyQt4', 'python-qt4', 'PyQt4'), + ('Qt', '4.5.1', 'qt', 'libqt4-core libqt4-gui', 'qt4'), + ('PyQt', '4.5.1', 'PyQt4', 'python-qt4', 'PyQt4'), ('python-mechanize', '0.1.11', 'dev-python/mechanize', 'python-mechanize', 'python-mechanize'), ('ImageMagick', '6.3.5', 'imagemagick', 'imagemagick', 'ImageMagick'), ('xdg-utils', '1.0.2', 'xdg-utils', 'xdg-utils', 'xdg-utils'),