mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Version Bump
This commit is contained in:
parent
a654debd7c
commit
72e54e1c53
|
@ -1,6 +1,13 @@
|
|||
Changelog (Pillow)
|
||||
==================
|
||||
|
||||
2.2.2 (2013-12-11)
|
||||
------------------
|
||||
|
||||
- Fix #427: compiling with FreeType 2.5.1
|
||||
[stromnov]
|
||||
|
||||
|
||||
2.2.1 (2013-10-02)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
# ;-)
|
||||
|
||||
VERSION = '1.1.7' # PIL version
|
||||
PILLOW_VERSION = '2.2.1' # Pillow
|
||||
PILLOW_VERSION = '2.2.2' # Pillow
|
||||
|
||||
_plugins = ['ArgImagePlugin',
|
||||
'BmpImagePlugin',
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
* See the README file for information on usage and redistribution.
|
||||
*/
|
||||
|
||||
#define PILLOW_VERSION "2.2.1"
|
||||
#define PILLOW_VERSION "2.2.2"
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user