mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.79.1
This commit is contained in:
parent
232053571e
commit
7c3ced5f8c
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 2.79.0
|
||||
- version: 2.79.1
|
||||
date: 2017-02-10
|
||||
|
||||
new features:
|
||||
@ -31,6 +31,8 @@
|
||||
- title: "Conversion: Log options that are different from the defaults separately, for easy reference"
|
||||
|
||||
bug fixes:
|
||||
- title: "2.79.1 fixes a regression in 2.79.0 that broke the file open dialogs on windows vista"
|
||||
|
||||
- title: "Conversion: Fix regression that broke conversion of some epub files when using the 'Remove first image' option."
|
||||
tickets: [1660699]
|
||||
|
||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (2, 79, 0)
|
||||
numeric_version = (2, 79, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user