Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
4.0.0 version bump
  • Loading branch information
wiredfool committed Jan 1, 2017
1 parent 1e22c6f commit a021d49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog (Pillow)
==================

3.5.0 (unreleased)
4.0.0 (2017-01-01)
------------------

- Refactor out postprocessing hack to load_end in PcdImageFile
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 = '3.5.0.dev0' # Pillow
PILLOW_VERSION = '4.0.0' # Pillow

__version__ = PILLOW_VERSION

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 "3.5.0.dev0"
#define PILLOW_VERSION "4.0.0"

#include "Python.h"

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 3.5.pre.{build}
version: 4.0.0.{build}
clone_folder: c:\pillow
init:
- ECHO %PYTHON%
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@ def _read(file):
_tkinter = None

NAME = 'Pillow'
PILLOW_VERSION = '3.5.0.dev0'
PILLOW_VERSION = '4.4.0'

This comment has been minimized.

Copy link
@cgohlke

cgohlke Jan 2, 2017

Contributor

4.4.0?

This comment has been minimized.

Copy link
@aclark4life

aclark4life Jan 2, 2017

Member

Looks like a typo

JPEG_ROOT = None
JPEG2K_ROOT = None
ZLIB_ROOT = None
Expand Down

1 comment on commit a021d49

@wiredfool
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dammit.

Please sign in to comment.