updated docs regarding example project

This commit is contained in:
Bernardo Pires 2013-10-20 13:41:46 +02:00
parent 4bbaf6fc9e
commit a9bae38aff
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ Contents
install
use
examples
test
involved

View File

@ -7,7 +7,7 @@ try:
except ImportError:
from distutils.core import setup
__version__ = "1.3.1"
__version__ = "1.4.0"
setup(
name='django-tenant-schemas',