mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-08 10:32:28 +00:00
version 8.0.0
This commit is contained in:
+1309
-9
File diff suppressed because it is too large
Load Diff
+58
-1303
File diff suppressed because it is too large
Load Diff
@@ -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 = (7, 26, 104)
|
numeric_version = (8, 0, 0)
|
||||||
__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>'
|
||||||
|
|||||||
Reference in New Issue
Block a user