Skip to content

Commit

Permalink
3.3.1 Release Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Aug 17, 2016
1 parent 57addf0 commit aab3314
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog (Pillow)
==================

3.3.1 (2016-08-18)
------------------

- Fix C90 compilation error for Tcl / Tk rewrite #2033
[matthew-brett]

- Fix image loading when rotating by 0 deg #2052
[homm]


3.3.0 (2016-07-01)
------------------

Expand Down
2 changes: 1 addition & 1 deletion PIL/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ;-)

VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '3.3.0' # Pillow
PILLOW_VERSION = '3.3.1' # Pillow

_plugins = ['BmpImagePlugin',
'BufrStubImagePlugin',
Expand Down
2 changes: 1 addition & 1 deletion _imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
* See the README file for information on usage and redistribution.
*/

#define PILLOW_VERSION "3.3.0"
#define PILLOW_VERSION "3.3.1"

#include "Python.h"

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.3.0.{build}
version: 3.3.1.{build}
clone_folder: c:\pillow
init:
- ECHO %PYTHON%
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _read(file):
_tkinter = None

NAME = 'Pillow'
PILLOW_VERSION = '3.3.0'
PILLOW_VERSION = '3.3.1'
JPEG_ROOT = None
JPEG2K_ROOT = None
ZLIB_ROOT = None
Expand Down

0 comments on commit aab3314

Please sign in to comment.