Skip to content

Commit 0177cce

Browse files
committed
3.0 Release versioning
1 parent 73f3827 commit 0177cce

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog (Pillow)
22
==================
33

4-
3.0.0 (Unreleased)
4+
3.0.0 (2015-10-01)
55
------------------
66

77
- Check flush method existence for file-like object #1398

PIL/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# ;-)
1313

1414
VERSION = '1.1.7' # PIL version
15-
PILLOW_VERSION = '3.0.0.dev0' # Pillow
15+
PILLOW_VERSION = '3.0.0' # Pillow
1616

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

_imaging.c

Lines changed: 1 addition & 1 deletion
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 "3.0.0.dev0"
74+
#define PILLOW_VERSION "3.0.0"
7575

7676
#include "Python.h"
7777

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.0.pre.{build}
1+
version: 3.0.0.{build}
22
clone_folder: c:\pillow
33
init:
44
- ECHO %PYTHON%

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _read(file):
9090

9191

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

0 commit comments

Comments
 (0)