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",