Skip to content

Commit 77587e4

Browse files
committed
Patch version bump for Ask AI close button crash fix
1 parent 0c2a026 commit 77587e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# - title by author
2424
# }}}
2525

26-
{{{ 8.16.1 2025-12-04
26+
{{{ 8.16.2 2025-12-04
2727

2828
:: new features
2929

@@ -51,6 +51,8 @@
5151

5252
- [2133932] Fix a bug in 8.16.0 that prevented the Ask AI what to read next feature from working
5353

54+
- [2133992] Fix a crash in 8.16.0 that caused using the "Close" button in Ask AI to crash calibre on some systems
55+
5456
}}}
5557

5658
{{{ 8.15.0 2025-11-21

src/calibre/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from polyglot.builtins import environ_item, hasenv
1313

1414
__appname__ = 'calibre'
15-
numeric_version = (8, 16, 1)
15+
numeric_version = (8, 16, 2)
1616
__version__ = '.'.join(map(str, numeric_version))
1717
git_version = None
1818
__author__ = 'Kovid Goyal <[email protected]>'

0 commit comments

Comments
 (0)