up version

This commit is contained in:
Val Neekman 2014-03-08 08:28:44 -05:00
parent fa648aeeda
commit a60cea5b23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ url = 'https://github.com/un33k/django-uuslug'
author = 'Val Neekman'
author_email = 'info@neekware.com'
license = 'BSD'
install_requires = ['python-slugify>=0.0.4']
install_requires = ['python-slugify>=0.0.7']
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
__version__ = '1.0.1'
__version__ = '1.0.2'
from django.utils.encoding import smart_unicode
from slugify import slugify as pyslugify