version 0.8.12

This commit is contained in:
Kovid Goyal
2011-07-29 10:46:43 -06:00
parent e5aafc359a
commit 5297cd29bb
3 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = u'calibre'
numeric_version = (0, 8, 11)
numeric_version = (0, 8, 12)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
@@ -6,7 +6,7 @@ __license__ = 'GPL 3'
__copyright__ = '2011, John Schember <john@nachtimwald.com>'
__docformat__ = 'restructuredtext en'
import re, urllib
import urllib
from contextlib import closing
from lxml import html