mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.47.1
This commit is contained in:
parent
0b03e331c2
commit
91066f2010
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 3.47.0
|
||||
- version: 3.47.1
|
||||
date: 2019-08-30
|
||||
|
||||
new features:
|
||||
@ -58,6 +58,9 @@
|
||||
- title: "LIT Output: Fix regression in 3.41 caused by py3 porting that broke conversion of some files to LIT."
|
||||
tickets: [1837561]
|
||||
|
||||
- title: "Version 3.47.1 fixes an error when using internet lookup from the book details panel and the e-book viewer, and also the tweak to control number of columns in the edit metadata dialog not working"
|
||||
tickets: [1842158,1842183,1842090,1842201]
|
||||
|
||||
improved recipes:
|
||||
- Esquire
|
||||
- Foreign Affairs
|
||||
|
@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (3, 47, 0)
|
||||
numeric_version = (3, 47, 1)
|
||||
__version__ = '.'.join(map(unicode_type, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user