diff --git a/README.md b/README.md index 89d1113..782d1d1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This app provides two ways of adding SEO metadata to your django site: - Model instances It's fully integrated with the admin site including inline forms for models. -It also includes support for multiple languages and localized URLs. +It also includes support for multiple languages and localized URLs, and having +several sites. ## Requirements diff --git a/setup.py b/setup.py index af39651..50da21f 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,10 @@ def recursive_include(directory, patterns): for name in fnmatch.filter(files, pattern)]) return result + setup( name='django-painless-seo', - version='0.1.2', + version='0.2.0', author='Glamping Hub', author_email='it@glampinghub.com', packages=find_packages('.'),