mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
4.1.0 version bump
This commit is contained in:
parent
a3164dc349
commit
38eff74004
|
@ -1,7 +1,7 @@
|
|||
Changelog (Pillow)
|
||||
==================
|
||||
|
||||
4.1.0 (unreleased)
|
||||
4.1.0 (2017-04-03)
|
||||
------------------
|
||||
|
||||
- Close files after loading if possible #2330
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# ;-)
|
||||
|
||||
VERSION = '1.1.7' # PIL version
|
||||
PILLOW_VERSION = '4.1.0.dev0' # Pillow
|
||||
PILLOW_VERSION = '4.1.0' # Pillow
|
||||
|
||||
__version__ = PILLOW_VERSION
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
* See the README file for information on usage and redistribution.
|
||||
*/
|
||||
|
||||
#define PILLOW_VERSION "4.1.0.dev0"
|
||||
#define PILLOW_VERSION "4.1.0"
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 4.1.pre.{build}
|
||||
version: 4.1.0.{build}
|
||||
clone_folder: c:\pillow
|
||||
init:
|
||||
- ECHO %PYTHON%
|
||||
|
|
Loading…
Reference in New Issue
Block a user