mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bump version for book details click bug
I have been having a bad month.
This commit is contained in:
parent
538d4f81af
commit
b5a4c301da
@ -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
|
- 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
|
:: improved recipes
|
||||||
- The Economist
|
- The Economist
|
||||||
- Reuters
|
- Reuters
|
||||||
|
@ -11,7 +11,7 @@ from functools import lru_cache
|
|||||||
from polyglot.builtins import environ_item, hasenv
|
from polyglot.builtins import environ_item, hasenv
|
||||||
|
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
numeric_version = (8, 2, 0)
|
numeric_version = (8, 2, 1)
|
||||||
__version__ = '.'.join(map(str, numeric_version))
|
__version__ = '.'.join(map(str, numeric_version))
|
||||||
git_version = None
|
git_version = None
|
||||||
__author__ = 'Kovid Goyal <kovid@kovidgoyal.net>'
|
__author__ = 'Kovid Goyal <kovid@kovidgoyal.net>'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user