From 1c93c4732da2435c5cfc57165dd85ea1df7ae9ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Jul 2014 14:06:14 +0530 Subject: [PATCH] Bump version number for fix for must_use_qt() --- src/calibre/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 33d24aba3c..a1990fe251 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (1, 201, 1) +numeric_version = (1, 201, 2) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal "