version 2.50.1

Fixes 2.50 not working on some windows vista installs
This commit is contained in:
Kovid Goyal 2016-01-29 23:17:09 +05:30
parent 77904f0859
commit 25db09228f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# new recipes:
# - title:
- version: 2.50.0
- version: 2.50.1
date: 2016-01-29
new features:

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = u'calibre'
numeric_version = (2, 50, 0)
numeric_version = (2, 50, 1)
__version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"