From a99fc53d8ae3928ddb68bc3f2d6875f670c3cd1b Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 17 Sep 2012 12:41:06 +0200 Subject: Updated README and context processors values --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1a34d2b..b6e23bb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read(fname): setup( name='django-brevisurl', - version='0.9.3', + version='1.0', description='django-brevisurl is django app for shortening urls', long_description=read('README.rst'), author=u'VladimĂ­r Gorej', @@ -29,7 +29,7 @@ setup( install_requires=['django'], platforms='any', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', -- cgit v1.2.3