mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 3.41.2
This commit is contained in:
parent
67e25c3eaa
commit
92a8ef3240
@ -82,8 +82,8 @@
|
||||
- title: "Adding books: When adding with auto-merge and auto-convert enabled, also run conversions for books into which the added files are merged."
|
||||
tickets: [1822018]
|
||||
|
||||
- title: "version 3.41.1 fixes a regresion in the previous release that broke connecting to Calibre Companion and similar apps wirelessly"
|
||||
tickets: [1825472]
|
||||
- title: "version 3.41.1 and 3.41.2 fix various regressions in the previous release that affect a few people."
|
||||
tickets: [1825472, 1825494]
|
||||
|
||||
improved recipes:
|
||||
- Il Post
|
||||
|
@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type
|
||||
import sys, locale, codecs, os, importlib, collections
|
||||
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (3, 41, 1)
|
||||
numeric_version = (3, 41, 2)
|
||||
__version__ = u'.'.join(map(unicode_type, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user