diff --git a/BUILDME b/docs/BUILDME similarity index 100% rename from BUILDME rename to docs/BUILDME diff --git a/CHANGES b/docs/CHANGES similarity index 100% rename from CHANGES rename to docs/CHANGES diff --git a/CONTENTS b/docs/CONTENTS similarity index 100% rename from CONTENTS rename to docs/CONTENTS diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 6be47d5d8..bd2f754da 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,6 +2,13 @@ Changelog ========= +1.6 (12/01/2010) +---------------- + +- Bug fix: /usr/x11/include should be added to include_dirs not library_dirs + (via Laurence Rowe). +- Doc fixes + 1.5 (11/28/2010) ---------------- diff --git a/setup.py b/setup.py index 238088655..1fbb49b5b 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ except ImportError: NAME = 'Pillow' -VERSION = '1.5' +VERSION = '1.6' PIL_VERSION = '1.1.7' TCL_ROOT = None JPEG_ROOT = None