mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-13 04:43:10 +00:00
changed status to stable
This commit is contained in:
parent
c397eda9be
commit
0767f07c74
3 changed files with 6 additions and 2 deletions
|
|
@ -162,6 +162,10 @@ To run the tests against the current environment:
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.0.0
|
||||
-----
|
||||
* Changed status to Production / Stable
|
||||
|
||||
0.2.0
|
||||
-----
|
||||
* Added an option to choose a non-dash separator
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ author_email = 'info@neekware.com'
|
|||
license = 'BSD'
|
||||
install_requires = ['python-slugify>=0.0.4']
|
||||
classifiers = [
|
||||
'Development Status :: 4 - Beta',
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '1.0.0'
|
||||
|
||||
from django.utils.encoding import smart_unicode
|
||||
from slugify import slugify as pyslugify
|
||||
|
|
|
|||
Loading…
Reference in a new issue