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- 4.1.0 (unreleased )
4+ 4.1.0 (2017-04-03 )
55------------------
66
77- Close files after loading if possible #2330
Original file line number Diff line number Diff line change 1212# ;-)
1313
1414VERSION = '1.1.7' # PIL version
15- PILLOW_VERSION = '4.1.0.dev0 ' # Pillow
15+ PILLOW_VERSION = '4.1.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 "4.1.0.dev0 "
74+ #define PILLOW_VERSION "4.1.0"
7575
7676#include "Python.h"
7777
Original file line number Diff line number Diff line change 1- version : 4.1.pre .{build}
1+ version : 4.1.0 .{build}
22clone_folder : c:\pillow
33init :
44- ECHO %PYTHON%
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def _read(file):
102102 _tkinter = None
103103
104104NAME = 'Pillow'
105- PILLOW_VERSION = '4.1.0.dev0 '
105+ PILLOW_VERSION = '4.1.0'
106106JPEG_ROOT = None
107107JPEG2K_ROOT = None
108108ZLIB_ROOT = None
You can’t perform that action at this time.
0 commit comments