mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
version 3.38.1
This commit is contained in:
parent
8c8d520ff6
commit
5c335d0418
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 3.38.0
|
||||
- version: 3.38.1
|
||||
date: 2019-01-18
|
||||
|
||||
new features:
|
||||
@ -60,6 +60,8 @@
|
||||
- title: "PDF Output: Fix conversion failing when fonts with non-English names are used."
|
||||
tickets: [1812218]
|
||||
|
||||
- title: "3.38.1 fixes a typo in 3.38.0 that caused the Polish books function to not work when polishing small numbers of books"
|
||||
|
||||
improved recipes:
|
||||
- Chicago Tribune
|
||||
- New York Times Book Review
|
||||
|
@ -6,7 +6,7 @@ from polyglot.builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 38, 0)
|
||||
numeric_version = (3, 38, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user