Skip to content

Commit

Permalink
version 3.41.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Apr 19, 2019
1 parent 67e25c3 commit 92a8ef3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/calibre/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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 <[email protected]>"

Expand Down

0 comments on commit 92a8ef3

Please sign in to comment.