changed status to stable

This commit is contained in:
Val Neekman 2013-04-24 11:42:16 -04:00
parent c397eda9be
commit 0767f07c74
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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',

View file

@ -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