version 5.9.0

This commit is contained in:
Kovid Goyal
2021-01-08 08:32:31 +05:30
parent f3e5461d00
commit 8eb56f4e1d
2 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from polyglot.builtins import map, unicode_type, environ_item, hasenv, getenv
import sys, locale, codecs, os, collections
__appname__ = 'calibre'
numeric_version = (5, 8, 1)
numeric_version = (5, 9, 0)
__version__ = '.'.join(map(unicode_type, numeric_version))
git_version = None
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"