Fix PIL module

This commit is contained in:
Alex Clark 2010-11-28 15:58:32 -05:00
parent fc250de6e2
commit e7e322a4a3
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Changelog Changelog
========= =========
1.5 (11/28/2010)
----------------
- Module and package fixes
1.4 (11/28/2010) 1.4 (11/28/2010)
---------------- ----------------

View File

@ -72,7 +72,7 @@ except ImportError:
NAME = 'Pillow' NAME = 'Pillow'
VERSION = '1.4' VERSION = '1.5'
PIL_VERSION = '1.1.7' PIL_VERSION = '1.1.7'
TCL_ROOT = None TCL_ROOT = None
JPEG_ROOT = None JPEG_ROOT = None