This commit is contained in:
Alex Clark 2014-04-01 18:31:55 -04:00
parent 1e53f1ad96
commit 72de37caad
5 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Changelog (Pillow)
==================
2.4.0 (unreleased)
2.4.0 (04/01/2014)
------------------
- Indexed Transparency handled for conversions between L, RGB, and P modes. Fixes #510

View File

@ -10,6 +10,7 @@ recursive-include Images *.bdf
recursive-include Images *.fli
recursive-include Images *.gif
recursive-include Images *.ico
recursive-include Images *.icns
recursive-include Images *.jpg
recursive-include Images *.pbm
recursive-include Images *.pil
@ -34,13 +35,16 @@ recursive-include Tests *.gif
recursive-include Tests *.gnuplot
recursive-include Tests *.html
recursive-include Tests *.icm
recursive-include Tests *.icns
recursive-include Tests *.ico
recursive-include Tests *.jpg
recursive-include Tests *.jp2
recursive-include Tests *.pcf
recursive-include Tests *.pcx
recursive-include Tests *.png
recursive-include Tests *.ppm
recursive-include Tests *.py
recursive-include depends *.sh
recursive-include Tests *.tif
recursive-include Tests *.tiff
recursive-include Tests *.ttf

View File

@ -12,7 +12,7 @@
# ;-)
VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '2.3.0' # Pillow
PILLOW_VERSION = '2.4.0' # Pillow
_plugins = ['ArgImagePlugin',
'BmpImagePlugin',

View File

@ -71,7 +71,7 @@
* See the README file for information on usage and redistribution.
*/
#define PILLOW_VERSION "2.3.0"
#define PILLOW_VERSION "2.4.0"
#include "Python.h"

View File

@ -87,7 +87,7 @@ except (ImportError, OSError):
NAME = 'Pillow'
VERSION = '2.3.0'
VERSION = '2.4.0'
TCL_ROOT = None
JPEG_ROOT = None
JPEG2K_ROOT = None