From 76c35a325bd308094cb112b92ba6b82bb079879f Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Sun, 15 Feb 2015 17:52:34 -0600 Subject: [PATCH] Bump version of django-appconf --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17487a8..76a59fe 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(*parts): setup( name=NAME, - version="2.6.1", + version="2.6.2", description=DESCRIPTION, long_description=read("README.rst"), url=URL, @@ -32,7 +32,7 @@ def read(*parts): ] }, install_requires=[ - "django-appconf>=0.5", + "django-appconf>=1.0.1", "Pillow>=2.0", "creole>=1.2", "Markdown>=2.4",