diff options
| author | Vladimir Gorej | 2012-09-17 12:41:06 +0200 |
|---|---|---|
| committer | Vladimir Gorej | 2012-09-17 12:41:06 +0200 |
| commit | a99fc53d8ae3928ddb68bc3f2d6875f670c3cd1b (patch) | |
| tree | 536ec7e90ce620fa7587cfd0ddd184eaf0762b27 /setup.py | |
| parent | f1e930d2f718c781cabce4514071634dacf9e381 (diff) | |
| download | django-brevisurl-a99fc53d8ae3928ddb68bc3f2d6875f670c3cd1b.tar.bz2 | |
Updated README and context processors values
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
