Proper snf-common version
authorKostas Papadimitriou <kpap@grnet.gr>
Sun, 26 Feb 2012 01:28:27 +0000 (03:28 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Sun, 26 Feb 2012 01:28:27 +0000 (03:28 +0200)
docs/source/index.rst
setup.py

index 1180adf..c216196 100644 (file)
@@ -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
index 1980dde..cf77f2a 100644 (file)
--- 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'