mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 6.19.1
This commit is contained in:
parent
c05013c260
commit
1b6fc0668d
@ -23,7 +23,7 @@
|
||||
# - title by author
|
||||
# }}}
|
||||
|
||||
{{{ 6.19.0 2023-05-29
|
||||
{{{ 6.19.1 2023-05-29
|
||||
|
||||
:: new features
|
||||
|
||||
@ -45,6 +45,8 @@
|
||||
|
||||
- [2020906] Fix row height incorrect in Manage category dialog when blank
|
||||
|
||||
- [2021452] 6.19.1 fixes a bug in 6.19.0 that broke the edit metadata dialog
|
||||
|
||||
}}}
|
||||
|
||||
{{{ 6.18.1 2023-05-26
|
||||
|
@ -5,7 +5,7 @@ from functools import lru_cache
|
||||
import sys, locale, codecs, os, collections, collections.abc
|
||||
|
||||
__appname__ = 'calibre'
|
||||
numeric_version = (6, 19, 0)
|
||||
numeric_version = (6, 19, 1)
|
||||
__version__ = '.'.join(map(str, numeric_version))
|
||||
git_version = None
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user