Skip to content

Commit

Permalink
Version bump, 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Oct 11, 2014
1 parent dcf42f5 commit c20c75e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,15 @@
Changelog (Pillow)
==================

2.6.1 (2014-10-11)
------------------

- Fix SciPy regression for in Image.resize #945
[wiredfool]

- Fix manifest to include all test files
[aclark]

2.6.0 (2014-10-01)
------------------

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

VERSION = '1.1.7' # PIL version
PILLOW_VERSION = '2.6.0' # Pillow
PILLOW_VERSION = '2.6.1' # Pillow

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

#define PILLOW_VERSION "2.6.0"
#define PILLOW_VERSION "2.6.1"

#include "Python.h"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -90,7 +90,7 @@ def _read(file):


NAME = 'Pillow'
PILLOW_VERSION = '2.6.0'
PILLOW_VERSION = '2.6.1'
TCL_ROOT = None
JPEG_ROOT = None
JPEG2K_ROOT = None
Expand Down

0 comments on commit c20c75e

Please sign in to comment.