mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-14 13:23:09 +00:00
up version
This commit is contained in:
parent
fa648aeeda
commit
a60cea5b23
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue