From 845bee063d1c0fd01cf1bc9e40f20a613128f1e0 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Tue, 31 May 2011 12:05:21 -0400 Subject: [PATCH] On to 1.7.2 --- docs/HISTORY.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 0ba70d7ec..cc000c7e9 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,6 +2,10 @@ Changelog ========= +1.7.2 (Unreleased) +------------------ + + 1.7.1 (2011-05-31) ------------------ diff --git a/setup.py b/setup.py index 41cde2ab4..aa03d7193 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ except ImportError: NAME = 'Pillow' -VERSION = '1.7.1' +VERSION = '1.7.2' PIL_VERSION = '1.1.7' TCL_ROOT = None JPEG_ROOT = None