File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changelog (Pillow)
22==================
33
4- 3.4.0 (unreleased )
4+ 3.4.0 (2016-10-03 )
55------------------
66
77- Removed Image.core.open_ppm, added negative image size checks in Image.py. #2146
Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '1.1.7' # PIL version
15- PILLOW_VERSION = '3.4.0.dev0 ' # Pillow
15+ PILLOW_VERSION = '3.4.0' # Pillow
1616
1717__version__ = PILLOW_VERSION
1818
Original file line number Diff line number Diff line change 7171 * See the README file for information on usage and redistribution.
7272 */
7373
74- #define PILLOW_VERSION "3.4.0.dev0 "
74+ #define PILLOW_VERSION "3.4.0"
7575
7676#include "Python.h"
7777
Original file line number Diff line number Diff line change 1- version : 3.4.pre .{build}
1+ version : 3.4.0 .{build}
22clone_folder : c:\pillow
33init :
44- ECHO %PYTHON%
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def _read(file):
110110 _tkinter = None
111111
112112NAME = 'Pillow'
113- PILLOW_VERSION = '3.4.0.dev0 '
113+ PILLOW_VERSION = '3.4.0'
114114JPEG_ROOT = None
115115JPEG2K_ROOT = None
116116ZLIB_ROOT = None
You can’t perform that action at this time.
0 commit comments