version 4.12.0

This commit is contained in:
Kovid Goyal
2020-03-06 07:22:01 +05:30
parent 3b3bd92129
commit 5bf84f7688
2 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv, a
import sys, locale, codecs, os, importlib, collections
__appname__ = 'calibre'
numeric_version = (4, 11, 2)
numeric_version = (4, 12, 0)
__version__ = '.'.join(map(unicode_type, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"