Bump version for book details click bug

I have been having a bad month.
This commit is contained in:
Kovid Goyal 2025-04-04 11:11:08 +05:30
parent 538d4f81af
commit b5a4c301da
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@
- macOS: Fix a regression in the previous release that caused failures in the E-book viewer when updating annotations for books with a large number of annotations
- [2106205] Version 8.2.1 fixes an error when clicking on format links in the book details panel
:: improved recipes
- The Economist
- Reuters

View File

@ -11,7 +11,7 @@ from functools import lru_cache
from polyglot.builtins import environ_item, hasenv
__appname__ = 'calibre'
numeric_version = (8, 2, 0)
numeric_version = (8, 2, 1)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = 'Kovid Goyal <kovid@kovidgoyal.net>'