mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:14:31 +02:00
version 3.1.1
This commit is contained in:
parent
0d242c48ee
commit
b0f5958aec
2 changed files with 3 additions and 1 deletions
|
|
@ -35,6 +35,8 @@
|
|||
tickets: [1698331]
|
||||
|
||||
bug fixes:
|
||||
- title: "Version 3.1.1 fixes a regression in 3.1.0 that prevented the standalone calibre-server.exe from working on Windows and macOS"
|
||||
|
||||
- title: "Content server: Fix various bugs in the SSL implementation causing aborted transfers when enabling SSL in the server"
|
||||
|
||||
- title: "Content server: Fix connections not being closed after errors/timeouts on the server side"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 1, 0)
|
||||
numeric_version = (3, 1, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue