version 3.41.3

This commit is contained in:
Kovid Goyal 2019-04-20 07:40:39 +05:30
parent e94ac035b0
commit 3564f97b6d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -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." - 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] tickets: [1822018]
- title: "version 3.41.1 and 3.41.2 fix various regressions in the previous release that affect a few people." - title: "version 3.41.1, 3.41.2, 3.41.3 fix various regressions in the previous release that affect a few people."
tickets: [1825472, 1825494] tickets: [1825472, 1825494, 1825542]
improved recipes: improved recipes:
- Il Post - Il Post

View File

@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type
import sys, locale, codecs, os, importlib, collections import sys, locale, codecs, os, importlib, collections
__appname__ = u'calibre' __appname__ = u'calibre'
numeric_version = (3, 41, 2) numeric_version = (3, 41, 3)
__version__ = u'.'.join(map(unicode_type, numeric_version)) __version__ = u'.'.join(map(unicode_type, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>" __author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"