Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #36 from theonion/fix-setup
Browse files Browse the repository at this point in the history
Update Pillow version in setup.py
  • Loading branch information
csinchok committed Oct 6, 2014
2 parents d40bb2a + 119bc83 commit 0f40c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion betty/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .celery import app as celery_app # noqa

__version__ = "0.2.9"
__version__ = "0.2.10"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f40c00

Please sign in to comment.