Skip to content

Commit 80672b6

Browse files
committed
This is 2.9.0
Fixes #1174
1 parent 0d9d288 commit 80672b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: PIL/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ;-)
1313

1414
VERSION = '1.1.7' # PIL version
15-
PILLOW_VERSION = '2.9.0.dev2' # Pillow
15+
PILLOW_VERSION = '2.9.0' # Pillow
1616

1717
_plugins = ['BmpImagePlugin',
1818
'BufrStubImagePlugin',

Diff for: _imaging.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* See the README file for information on usage and redistribution.
7272
*/
7373

74-
#define PILLOW_VERSION "2.9.0.dev2"
74+
#define PILLOW_VERSION "2.9.0"
7575

7676
#include "Python.h"
7777

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _read(file):
9090

9191

9292
NAME = 'Pillow'
93-
PILLOW_VERSION = '2.9.0.dev2'
93+
PILLOW_VERSION = '2.9.0'
9494
TCL_ROOT = None
9595
JPEG_ROOT = None
9696
JPEG2K_ROOT = None

0 commit comments

Comments
 (0)