From 119bc83d9e9521c4401a91872dbdd259ee0f3dce Mon Sep 17 00:00:00 2001 From: Adam Wentz Date: Fri, 3 Oct 2014 10:46:07 -0500 Subject: [PATCH] Update Pillow version in setup.py --- betty/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/betty/__init__.py b/betty/__init__.py index 1638e05..1217b1d 100644 --- a/betty/__init__.py +++ b/betty/__init__.py @@ -2,4 +2,4 @@ from .celery import app as celery_app # noqa -__version__ = "0.2.9" +__version__ = "0.2.10" diff --git a/setup.py b/setup.py index cfa5c93..c7d0e05 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "six==1.6.1", "slimit==0.8.1", "jsonfield==0.9.20", - "Pillow==2.4.0", + "Pillow==2.5.3", "South==0.8.4", "logan==0.5.9.1", "celery==3.1.11"