version 7.23.0

This commit is contained in:
Kovid Goyal
2024-12-20 08:02:10 +05:30
parent 65042801a1
commit bdb77a370f
2 changed files with 36 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, 22, 101)
numeric_version = (7, 23, 0)
__version__ = '.'.join(map(str, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"