From: Kostas Papadimitriou Date: Sun, 26 Feb 2012 01:28:27 +0000 (+0200) Subject: Proper snf-common version X-Git-Tag: debian/v0.1.0~4 X-Git-Url: https://code.grnet.gr/git/snf-cloudcms/commitdiff_plain/2dd3e290300d4d32c0a197c440624cba75e4af88?hp=8c4083e68adbc39c3a5a698a287269f7e8e4b0f9 Proper snf-common version --- diff --git a/docs/source/index.rst b/docs/source/index.rst index 1180adf..c216196 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -71,7 +71,7 @@ For information on how to configure and initialize database and serve .. note:: - ``snf-cloudcms`` won't work with ``snf-webproject<0.8.1`` + ``snf-cloudcms`` won't work with ``snf-webproject < 0.9.0`` ``snf-cloudcms`` uses the django sites framework so that multiple cms sites diff --git a/setup.py b/setup.py index 1980dde..cf77f2a 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from distutils.util import convert_path from setuptools import setup, find_packages INSTALL_REQUIRES = [ - 'snf-common>=0.8.1', + 'snf-common>=0.9.0rc', 'Django >=1.2.3, <1.3', 'South==0.7', 'feincms >=1.4.2, < 1.5'