Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ablanco committed Jan 3, 2017
1 parent 62b813c commit 3997c9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
packages=find_packages('.'),
Expand Down

0 comments on commit 3997c9d

Please sign in to comment.