version 7.26.0

This commit is contained in:
Kovid Goyal
2025-02-14 08:46:31 +05:30
parent 3263846467
commit 417c05ea41
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from functools import lru_cache
from polyglot.builtins import environ_item, hasenv
__appname__ = 'calibre'
numeric_version = (7, 25, 0)
numeric_version = (7, 26, 0)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = 'Kovid Goyal <kovid@kovidgoyal.net>'