mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
version 3.11.1
This commit is contained in:
parent
20dc23d87b
commit
32566d7c79
@ -21,7 +21,7 @@
|
||||
# - title:
|
||||
|
||||
|
||||
- version: 3.11.0
|
||||
- version: 3.11.1
|
||||
date: 2017-11-02
|
||||
|
||||
new features:
|
||||
@ -51,6 +51,8 @@
|
||||
|
||||
- title: "Linux: Fix long startup delay on systems that do not have a desktop notification service running"
|
||||
|
||||
- title: "3.11.1 fixes a couple of regression in 3.11.0 that broke configuring Get books and creating catalogs"
|
||||
|
||||
improved recipes:
|
||||
- Financial Times
|
||||
- computerworld.pl
|
||||
|
@ -6,7 +6,7 @@ from future_builtins import map
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 11, 0)
|
||||
numeric_version = (3, 11, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user