mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.27.1
This commit is contained in:
parent
f0e3b74151
commit
514a49ae77
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 3.27.0
|
||||
- version: 3.27.1
|
||||
date: 2018-07-06
|
||||
|
||||
new features:
|
||||
@ -46,6 +46,8 @@
|
||||
- title: "calibre-smtp: Verify relay server TLS certificates by default. New option --dont-verify-server-certificate to restore old behavior."
|
||||
|
||||
bug fixes:
|
||||
- title: "Version 3.27.1 fixes a build error in 3.27.0 that caused calibre not to start on macOS older than High Sierra"
|
||||
|
||||
- title: "Conversion: Fix a regression in the previous release that caused conversion of EPUB 3 to EPUB 3 to fail."
|
||||
tickets: [1779518]
|
||||
|
||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 27, 0)
|
||||
numeric_version = (3, 27, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user